diff options
author | Hugo van der Sanden <hv@crypt.org> | 2003-02-26 00:25:32 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2003-02-26 00:25:32 +0000 |
commit | a6d6498ea9ab397c0dd0492b08f0b2d4327052d8 (patch) | |
tree | 37fa9c32b48e67c2d49f0d21dbb05514508d1b7a /configpm | |
parent | 76dd4efc0032d8cf72bade55b190df61909f479d (diff) | |
download | perl-a6d6498ea9ab397c0dd0492b08f0b2d4327052d8.tar.gz |
Two typos found by Philip Newton <pnewton@gmx.de>
p4raw-id: //depot/perl@18780
Diffstat (limited to 'configpm')
-rwxr-xr-x | configpm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |