[perl #48238] some typo's in comments
Paul de Weerd [Thu, 6 Dec 2007 00:55:08 +0000 (16:55 -0800)]
From: Paul de Weerd (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-28750-1196931307-984.48238-75-0@perl.org>

p4raw-id: //depot/perl@32590

lib/Math/BigInt/t/bigfltpm.inc
lib/Math/BigInt/t/bigintpm.inc
lib/Math/BigInt/t/upgrade.inc
lib/Math/BigRat/t/bigfltpm.inc

index 4aa022c..10cfaf0 100644 (file)
@@ -302,7 +302,7 @@ ok ($class->new(-1)->is_one('-'),1);
 ok ($class->new(1)->fdiv('0.5')->bsstr(),'2e+0');
 
 ###############################################################################
-# [perl #30609] bug with $x -= $x not beeing 0, but 2*$x
+# [perl #30609] bug with $x -= $x not being 0, but 2*$x
 
 $x = $class->new(3);  $x -= $x; ok ($x, 0);
 $x = $class->new(-3); $x -= $x; ok ($x, 0);
index 87f31eb..53c6629 100644 (file)
@@ -642,7 +642,7 @@ ok ($class->new(1)->is_one(),1);
 ok ($class->new(-1)->is_one(),0);
 
 ###############################################################################
-# [perl #30609] bug with $x -= $x not beeing 0, but 2*$x
+# [perl #30609] bug with $x -= $x not being 0, but 2*$x
 
 $x = $class->new(3);  $x -= $x; ok ($x, 0);
 $x = $class->new(-3); $x -= $x; ok ($x, 0);
@@ -987,11 +987,11 @@ E1:NaN
 E23:NaN
 1.23E1:NaN
 1.23E-1:NaN
-# bug with two E's in number beeing valid
+# bug with two E's in number being valid
 1e2e3:NaN
 1e2r:NaN
 1e2.0:NaN
-# bug with two '.' in number beeing valid
+# bug with two '.' in number being valid
 1.2.2:NaN
 1.2.3e1:NaN
 -1.2.3:NaN
index 49eb0e9..1160a21 100644 (file)
@@ -485,7 +485,7 @@ E1:NaN
 E23:NaN
 1.23E1:12.3^
 1.23E-1:0.123^
-# bug with two E's in number beeing valid
+# bug with two E's in number being valid
 1e2e3:NaN
 1e2r:NaN
 1e2.0:NaN
index 9006afe..c51741b 100644 (file)
@@ -283,7 +283,7 @@ ok ($class->new(-1)->is_one('-'),1);
 ok ($class->new(1)->fdiv('0.5')->bsstr(),'2e+0');
 
 ###############################################################################
-# [perl #30609] bug with $x -= $x not beeing 0, but 2*$x
+# [perl #30609] bug with $x -= $x not being 0, but 2*$x
 
 $x = $class->new(3);  $x -= $x; ok ($x, 0);
 $x = $class->new(-3); $x -= $x; ok ($x, 0);