Change 11512 by jhi@alpha on 2001/07/31 03:13:35
Subject: Typo in DB_File.pm
From: "Philip Newton" <[EMAIL PROTECTED]>
Date: Tue, 31 Jul 2001 06:19:35 +0200
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/ext/DB_File/DB_File.pm#32 edit
Differences ...
==== //depot/perl/ext/DB_File/DB_File.pm#32 (text) ====
Index: perl/ext/DB_File/DB_File.pm
--- perl/ext/DB_File/DB_File.pm.~1~ Mon Jul 30 21:30:05 2001
+++ perl/ext/DB_File/DB_File.pm Mon Jul 30 21:30:05 2001
@@ -948,7 +948,7 @@
Duplicate keys are entirely defined by the comparison function.
In the case-insensitive example above, the keys: 'KEY' and 'key'
would be considered duplicates, and assigning to the second one
-would overwirte the first. If duplicates are allowed for (with the
+would overwrite the first. If duplicates are allowed for (with the
R_DUPS flag discussed below), only a single copy of duplicate keys
is stored in the database --- so (again with example above) assigning
three values to the keys: 'KEY', 'Key', and 'key' would leave just
End of Patch.