summaryrefslogtreecommitdiff
path: root/utils/perlbug.PL
diff options
context:
space:
mode:
authorDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-21 06:48:37 -0400
committerJames E Keenan <jkeenan@cpan.org>2013-05-24 01:13:32 +0200
commite8a97f298713315136bdcfc986d8b4f1f4a02fb9 (patch)
treee1f819c3a0af3f0a15c602e3f7ff6f8936e9157a /utils/perlbug.PL
parentf5323a256eff3c470c70f3ef7872ca9dbf29e3ac (diff)
downloadperl-e8a97f298713315136bdcfc986d8b4f1f4a02fb9.tar.gz
typo fix for util script
Diffstat (limited to 'utils/perlbug.PL')
-rw-r--r--utils/perlbug.PL2
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.