File: spelling.patch

package info (click to toggle)
libcrypt-dh-gmp-perl 0.00010-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 420 kB
  • sloc: perl: 2,009; ansic: 201; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,073 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: spelling fixes
Origin: vendor
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2011-01-05

--- a/lib/Crypt/DH/GMP.pm
+++ b/lib/Crypt/DH/GMP.pm
@@ -71,7 +71,7 @@
 C<Crypt::DH> works with a plain C<Math::BigInt>, but if you want to use
 it in production, you almost always need to install C<Math::BigInt::GMP>
 or C<Math::BigInt::Pari> because without them, the computation that is
-required by C<Crypt::DH> makes the module prettu much unusable.
+required by C<Crypt::DH> makes the module pretty much unusable.
 
 Because of this, C<Crypt::DH> might as well make C<Math::BigInt::GMP> a
 hard requirement.
@@ -91,7 +91,7 @@
 These problems quickly become apparent when you use modules such as 
 C<Net::OpenID::Consumer>, which requires to make a few calls to C<Crypt::DH>.
 
-C<Crypt::DH::GMP> attemps to alleviate these problems by providing a 
+C<Crypt::DH::GMP> attempts to alleviate these problems by providing a
 C<Crypt::DH>-compatible layer, which, instead of doing calculations via
 Math::BigInt, directly works with libgmp in C.