Front page | perl.perl5.porters |
Postings from July 2001
Typo in DB_File.pm
Thread Next
From:
Philip Newton
Date:
July 30, 2001 21:13
Subject:
Typo in DB_File.pm
Message ID:
perl.perl5.porters-41081@nntp.perl.org
--- ext/DB_File/DB_File.pm.orig Tue Jul 31 02:21:41 2001
+++ ext/DB_File/DB_File.pm Tue Jul 31 05:12:53 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.
Cheers,
Philip
--
Philip Newton <Philip.Newton@gmx.net>
Thread Next
-
Typo in DB_File.pm
by Philip Newton