diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:13:03 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 11:30:48 +0100 |
commit | 8abc106000ee2bab64eb6bbd575619ce46f38081 (patch) | |
tree | a119e000c9c0584bb411ee7cdac2c0f1faed0553 /regen_perly.pl | |
parent | 0fcc5376fe0f778415d503b0ac1dacd946c0a411 (diff) | |
download | perl-8abc106000ee2bab64eb6bbd575619ce46f38081.tar.gz |
Fix typos (spelling errors) in misc. files.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81894]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81894 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'regen_perly.pl')
-rw-r--r-- | regen_perly.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen_perly.pl b/regen_perly.pl index b30e39d229..e4de1a0f33 100644 --- a/regen_perly.pl +++ b/regen_perly.pl @@ -66,7 +66,7 @@ die "$0: must be run on an ASCII system\n" unless ord 'A' == 65; # this; 1.35+ does # * Must produce output which is extractable by the regexes below # * Must produce the right values. -# These last two contstraints may well be met by earlier versions, but +# These last two constraints may well be met by earlier versions, but # I simply haven't tested them yet. If it works for you, then modify # the test below to allow that version too. DAPM Feb 04. |