X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=configpm;h=b705997c08a6b784901a7febc7bf25acc287d7d7;hb=6dfd2d0514085d4203b8b22a3be051e3dd47f61f;hp=08e709900058830aaa3a39737ee36285c111f982;hpb=36ff553a583c4cf410ae2cdb94540deb35e73107;p=p5sagit%2Fp5-mst-13.2.git diff --git a/configpm b/configpm index 08e7099..b705997 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) {