From: Philip Newton Date: Tue, 31 Jul 2001 06:19:35 +0000 (+0200) Subject: Typo in DB_File.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=52ffee896d13714c1dccb2fcbd8662017ceb06bb;p=p5sagit%2Fp5-mst-13.2.git Typo in DB_File.pm Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu> p4raw-id: //depot/perl@11512 --- diff --git a/ext/DB_File/DB_File.pm b/ext/DB_File/DB_File.pm index 289ac0a..1df9876 100644 --- a/ext/DB_File/DB_File.pm +++ b/ext/DB_File/DB_File.pm @@ -948,7 +948,7 @@ database. 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