summaryrefslogtreecommitdiff
path: root/dist/Math-BigInt/t/bigintpm.inc
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Math-BigInt/t/bigintpm.inc')
-rw-r--r--dist/Math-BigInt/t/bigintpm.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Math-BigInt/t/bigintpm.inc b/dist/Math-BigInt/t/bigintpm.inc
index d28ff54bbf..006ef4e618 100644
--- a/dist/Math-BigInt/t/bigintpm.inc
+++ b/dist/Math-BigInt/t/bigintpm.inc
@@ -443,7 +443,7 @@ $z = 1e+129; # definitely a float (may fail on UTS)
$x = $class->new($z); is ($x->bsstr(),'1e+129');
###############################################################################
-# test for whitespace inlcuding newlines to be handled correctly
+# test for whitespace including newlines to be handled correctly
# is ($Math::BigInt::strict,1); # the default
@@ -525,7 +525,7 @@ $x = $class->new('+inf'); is ($x,'inf');
###############################################################################
###############################################################################
-# the followin tests only make sense with Math::BigInt::Calc or BareCalc or
+# the following tests only make sense with Math::BigInt::Calc or BareCalc or
# FastCalc
exit if $CALC !~ /^Math::BigInt::(|Bare|Fast)Calc$/; # for Pari et al.