r62832 - in /trunk/libmath-bigint-perl/debian/patches: ./ series spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Sep 24 14:31:44 UTC 2010


Author: gregoa
Date: Fri Sep 24 14:31:34 2010
New Revision: 62832

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62832
Log:
add spelling.patch

Added:
    trunk/libmath-bigint-perl/debian/patches/
    trunk/libmath-bigint-perl/debian/patches/series
    trunk/libmath-bigint-perl/debian/patches/spelling.patch

Added: trunk/libmath-bigint-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-bigint-perl/debian/patches/series?rev=62832&op=file
==============================================================================
--- trunk/libmath-bigint-perl/debian/patches/series (added)
+++ trunk/libmath-bigint-perl/debian/patches/series Fri Sep 24 14:31:34 2010
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libmath-bigint-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-bigint-perl/debian/patches/spelling.patch?rev=62832&op=file
==============================================================================
--- trunk/libmath-bigint-perl/debian/patches/spelling.patch (added)
+++ trunk/libmath-bigint-perl/debian/patches/spelling.patch Fri Sep 24 14:31:34 2010
@@ -1,0 +1,77 @@
+Description: spelling mistakes
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-09-24
+
+--- a/lib/Math/BigFloat.pm
++++ b/lib/Math/BigFloat.pm
+@@ -4241,7 +4241,7 @@
+         use Math::BigFloat with => 'Math::BigInt::Lite';
+ 
+ However, this request is ignored, as the current code now uses the low-level
+-math libary for directly storing the number parts.
++math library for directly storing the number parts.
+ 
+ =head1 EXPORTS
+ 
+--- a/lib/Math/BigInt.pm
++++ b/lib/Math/BigInt.pm
+@@ -30,7 +30,7 @@
+ use strict;
+ 
+ # Inside overload, the first arg is always an object. If the original code had
+-# it reversed (like $x = 2 * $y), then the third paramater is true.
++# it reversed (like $x = 2 * $y), then the third parameter is true.
+ # In some cases (like add, $x = $x + 2 is the same as $x = 2 + $x) this makes
+ # no difference, but in some cases it does.
+ 
+@@ -4160,7 +4160,7 @@
+ =item Accuracy (significant digits)
+ 
+   * fround($a) rounds to $a significant digits
+-  * only fdiv() and fsqrt() take A as (optional) paramater
++  * only fdiv() and fsqrt() take A as (optional) parameter
+     + other operations simply create the same number (fneg etc), or more (fmul)
+       of digits
+     + rounding/truncating is only done when explicitly calling one of fround
+@@ -4418,7 +4418,7 @@
+ 
+ =head1 INTERNALS
+ 
+-The actual numbers are stored as unsigned big integers (with seperate sign).
++The actual numbers are stored as unsigned big integers (with separate sign).
+ 
+ You should neither care about nor depend on the internal representation; it
+ might change without notice. Use B<ONLY> method calls like C<< $x->sign(); >>
+@@ -4465,7 +4465,7 @@
+ numbers to decimal (for instance for printing, rounding, calculating their
+ length in decimal etc).
+ 
+-So please select carefully what libary you want to use.
++So please select carefully what library you want to use.
+ 
+ Different low-level libraries use different formats to store the numbers.
+ However, you should B<NOT> depend on the number having a specific format
+--- a/lib/Math/BigInt/Calc.pm
++++ b/lib/Math/BigInt/Calc.pm
+@@ -2598,7 +2598,7 @@
+ 
+ Original math code by Mark Biggar, rewritten by Tels L<http://bloodgate.com/>
+ in late 2000.
+-Seperated from BigInt and shaped API with the help of John Peacock.
++Separated from BigInt and shaped API with the help of John Peacock.
+ 
+ Fixed, speed-up, streamlined and enhanced by Tels 2001 - 2007.
+ 
+--- a/lib/Math/BigInt/CalcEmu.pm
++++ b/lib/Math/BigInt/CalcEmu.pm
+@@ -300,7 +300,7 @@
+ Will be loaded on demand and called automatically by BigInt.
+ 
+ Stuff here is really low-priority to optimize, since it is far better to
+-implement the operation in the low-level math libary directly, possible even
++implement the operation in the low-level math library directly, possible even
+ using a call to the native lib.
+ 
+ =head1 METHODS




More information about the Pkg-perl-cvs-commits mailing list