diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:12:42 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 11:29:08 +0100 |
commit | c4a6f826b3676d1fdbd9972a9d0a8f11c02d003d (patch) | |
tree | f246b362bc76c9dac721de18db8432c7b4bdc937 /dist/bignum/t/bignum.t | |
parent | 2a467c83e2ce01bdf8cdda501e2e3df4b188134f (diff) | |
download | perl-c4a6f826b3676d1fdbd9972a9d0a8f11c02d003d.tar.gz |
Fix typos (spelling errors) in dist/*
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81888]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81888 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'dist/bignum/t/bignum.t')
-rw-r--r-- | dist/bignum/t/bignum.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/bignum/t/bignum.t b/dist/bignum/t/bignum.t index 6cef5378a6..562564d327 100644 --- a/dist/bignum/t/bignum.t +++ b/dist/bignum/t/bignum.t @@ -36,7 +36,7 @@ is (12->bfac(),479001600); is (1/3, '0.3333333333333333333333333333333333333333'); ############################################################################### -# accurarcy and precision +# accuracy and precision is (bignum->accuracy(), undef); is (bignum->accuracy(12),12); |