Two typos found by Philip Newton <pnewton@gmx.de>
Hugo van der Sanden [Wed, 26 Feb 2003 00:25:32 +0000 (00:25 +0000)]
p4raw-id: //depot/perl@18780

configpm
ext/DB_File/DB_File.pm

index 08e7099..b705997 100755 (executable)
--- 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) {
index 240b42e..fd5b385 100644 (file)
@@ -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