summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2003-02-26 00:25:32 +0000
committerhv <hv@crypt.org>2003-02-26 00:25:32 +0000
commita6d6498ea9ab397c0dd0492b08f0b2d4327052d8 (patch)
tree37fa9c32b48e67c2d49f0d21dbb05514508d1b7a /ext
parent76dd4efc0032d8cf72bade55b190df61909f479d (diff)
downloadperl-a6d6498ea9ab397c0dd0492b08f0b2d4327052d8.tar.gz
Two typos found by Philip Newton <pnewton@gmx.de>
p4raw-id: //depot/perl@18780
Diffstat (limited to 'ext')
-rw-r--r--ext/DB_File/DB_File.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/DB_File/DB_File.pm b/ext/DB_File/DB_File.pm
index 240b42ea26..fd5b38592c 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