From a6d6498ea9ab397c0dd0492b08f0b2d4327052d8 Mon Sep 17 00:00:00 2001 From: Hugo van der Sanden Date: Wed, 26 Feb 2003 00:25:32 +0000 Subject: [PATCH] Two typos found by Philip Newton p4raw-id: //depot/perl@18780 --- configpm | 2 +- ext/DB_File/DB_File.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4