diff options
author | James E Keenan <jkeenan@cpan.org> | 2015-01-29 19:21:52 -0500 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2015-01-29 19:21:52 -0500 |
commit | f4fb63c7b74ff0e28cab75889fd6b0947f57d662 (patch) | |
tree | 5cdb3b6c63bdc1dd78c2ba237135077656b15892 /dist/Math-BigInt | |
parent | a8ec9917c1913282d626f8c7467e40e55b7f5c97 (diff) | |
download | perl-f4fb63c7b74ff0e28cab75889fd6b0947f57d662.tar.gz |
Revert "Corrections to spelling and grammatical errors."
This reverts commit 5bf4b3bf13bc4055684a48448b05920845ef7764.
On p5p-list, Steve Hay wrote on 2015-01-29:
"... these and other changes to Tie-File could break backwards compatibility.
The keys of %opt are passed in from user code, so we can't change the expected
key from "autodefer_threshhold" to "autodefer_threshold" without also asking
users to change their code, which is probably more hassle than it's worth."
Parts of the reverted commit will be re-committed from a new patch.
Diffstat (limited to 'dist/Math-BigInt')
-rw-r--r-- | dist/Math-BigInt/t/bigintpm.inc | 6 | ||||
-rw-r--r-- | dist/Math-BigInt/t/upgrade.inc | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dist/Math-BigInt/t/bigintpm.inc b/dist/Math-BigInt/t/bigintpm.inc index c3e815cb60..0d47f6d79d 100644 --- a/dist/Math-BigInt/t/bigintpm.inc +++ b/dist/Math-BigInt/t/bigintpm.inc @@ -1135,7 +1135,7 @@ abc:abc:NaN +1:+32:4294967296 +1:+48:281474976710656 +8:-2:NaN -# exercise base 10 +# excercise base 10 +12345:4:10:123450000 -1234:0:10:-1234 +1234:0:10:1234 @@ -1153,7 +1153,7 @@ abc:abc:NaN +4294967296:+32:1 +281474976710656:+48:1 +2:-2:NaN -# exercise base 10 +# excercise base 10 -1234:0:10:-1234 +1234:0:10:1234 +200:2:10:2 @@ -1585,7 +1585,7 @@ inf:0:inf,inf 96969696969696969696969696969678787878626262626262626262626262:484848484848484848484848486666666666666689898989898989898989:199,484848484848484848484848123012121211954972727272727272727451 # bug in v1.76 1267650600228229401496703205375:1267650600228229401496703205376:0,1267650600228229401496703205375 -# exercise shortcut for numbers of the same length in div +# excercise shortcut for numbers of the same length in div 999999999999999999999999999999999:999999999999999999999999999999999:1,0 999999999999999999999999999999999:888888888888888888888888888888888:1,111111111111111111111111111111111 999999999999999999999999999999999:777777777777777777777777777777777:1,222222222222222222222222222222222 diff --git a/dist/Math-BigInt/t/upgrade.inc b/dist/Math-BigInt/t/upgrade.inc index ef0a6eaf5a..5516fa735c 100644 --- a/dist/Math-BigInt/t/upgrade.inc +++ b/dist/Math-BigInt/t/upgrade.inc @@ -567,7 +567,7 @@ abc:abc:NaN +1:+32:4294967296 +1:+48:281474976710656 +8:-2:NaN -# exercise base 10 +# excercise base 10 +12345:4:10:123450000 -1234:0:10:-1234 +1234:0:10:1234 |