diff options
author | David Steinbrunner <dsteinbrunner@pobox.com> | 2013-05-21 06:48:37 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-05-24 01:13:32 +0200 |
commit | e8a97f298713315136bdcfc986d8b4f1f4a02fb9 (patch) | |
tree | e1f819c3a0af3f0a15c602e3f7ff6f8936e9157a /utils | |
parent | f5323a256eff3c470c70f3ef7872ca9dbf29e3ac (diff) | |
download | perl-e8a97f298713315136bdcfc986d8b4f1f4a02fb9.tar.gz |
typo fix for util script
Diffstat (limited to 'utils')
-rw-r--r-- | utils/perlbug.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL index bf866703f2..225d3f51a0 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -54,7 +54,7 @@ my $patch_tags = join "", map /(\S+)/ ? "+$1 " : (), @patches; close(PATCH_LEVEL) or die "Error closing patchlevel.h: $!"; -# TO DO (prehaps): store/embed $Config::config_sh into perlbug. When perlbug is +# TO DO (perhaps): store/embed $Config::config_sh into perlbug. When perlbug is # used, compare $Config::config_sh with the stored version. If they differ then # append a list of individual differences to the bug report. |