diff options
Diffstat (limited to 'dist/Math-BigInt/t/mbimbf.inc')
-rw-r--r-- | dist/Math-BigInt/t/mbimbf.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/Math-BigInt/t/mbimbf.inc b/dist/Math-BigInt/t/mbimbf.inc index 50e0ebc7df..7b2c94613c 100644 --- a/dist/Math-BigInt/t/mbimbf.inc +++ b/dist/Math-BigInt/t/mbimbf.inc @@ -1,4 +1,4 @@ -# test rounding, accuracy, precicion and fallback, round_mode and mixing +# test rounding, accuracy, precision and fallback, round_mode and mixing # of classes # Make sure you always quote any bare floating-point values, lest 123.46 will @@ -274,8 +274,8 @@ foreach my $c ($mbi,$mbf) } ############################################################################### -# test wether operations round properly afterwards -# These tests are not complete, since they do not excercise every "return" +# test whether operations round properly afterwards +# These tests are not complete, since they do not exercise every "return" # statement in the op's. But heh, it's better than nothing... $x = $mbf->new('123.456'); |