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/Storable/ChangeLog | |
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/Storable/ChangeLog')
-rw-r--r-- | dist/Storable/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Storable/ChangeLog b/dist/Storable/ChangeLog index cbfdbabb83..4df921efd9 100644 --- a/dist/Storable/ChangeLog +++ b/dist/Storable/ChangeLog @@ -209,7 +209,7 @@ Fri Jun 7 23:55:41 BST 2002 Nicholas Clark The bug was introduced as development perl change 16442 (on 2002/05/07), so has been present since 2.00. Patches to introduce more regression tests to reduce the chance of - a reoccurrence of this sort of goof are always welcome. + a reoccurence of this sort of goof are always welcome. Thu May 30 20:31:08 BST 2002 Nicholas Clark <nick@ccl4.org> |