From: Hugo van der Sanden Date: Wed, 26 Feb 2003 00:25:32 +0000 (+0000) Subject: Two typos found by Philip Newton X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a6d6498ea9ab397c0dd0492b08f0b2d4327052d8;p=p5sagit%2Fp5-mst-13.2.git Two typos found by Philip Newton p4raw-id: //depot/perl@18780 --- 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) { diff --git a/ext/DB_File/DB_File.pm b/ext/DB_File/DB_File.pm index 240b42e..fd5b385 100644 --- a/ext/DB_File/DB_File.pm +++ b/ext/DB_File/DB_File.pm @@ -1362,7 +1362,7 @@ still have bval default to C<"\n"> for variable length records, and space for fixed length records. Also note that the bval option only allows you to specify a single byte -as a delimeter. +as a delimiter. =head2 A Simple Example