summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2003-02-26 00:25:32 +0000
committerhv <hv@crypt.org>2003-02-26 00:25:32 +0000
commita6d6498ea9ab397c0dd0492b08f0b2d4327052d8 (patch)
tree37fa9c32b48e67c2d49f0d21dbb05514508d1b7a /configpm
parent76dd4efc0032d8cf72bade55b190df61909f479d (diff)
downloadperl-a6d6498ea9ab397c0dd0492b08f0b2d4327052d8.tar.gz
Two typos found by Philip Newton <pnewton@gmx.de>
p4raw-id: //depot/perl@18780
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/configpm b/configpm
index 08e7099000..b705997c08 100755
--- a/configpm
+++ b/configpm
@@ -118,7 +118,7 @@ sub fetch_string {
my $quote_type = "'";
my $marker = "$key=";
- # Check for the common case, ' delimeted
+ # Check for the common case, ' delimited
my $start = index($Config_SH, "\n$marker$quote_type");
# If that failed, check for " delimited
if ($start == -1) {