1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
From: Michael R. Crusoe <crusoe@debian.org>
Subject: Fix some spelling typos
--- libfile-sort-perl.orig/Sort.pm
+++ libfile-sort-perl/Sort.pm
@@ -899,12 +899,12 @@
=item MAX_SORT_RECORDS
Default is 200,000. Maximum number of records to use before writing
-to a temp file. Overriden by B<y> option.
+to a temp file. Overridden by B<y> option.
=item MAX_SORT_FILES
Maximum number of open temp files to use before merging open temp
-files. Overriden by B<F> option.
+files. Overridden by B<F> option.
=back
--- libfile-sort-perl.orig/Sort.pm_rsorted.txt
+++ libfile-sort-perl/Sort.pm_rsorted.txt
@@ -27,7 +27,7 @@
use Carp;
up, you must call setlocale() for the new settings to take effect. For
to be part of a field (although it can be included in a sort key). Each
-to a temp file. Overriden by B<y> option.
+to a temp file. Overridden by B<y> option.
to a specific key (see B<k>), the specified ordering options override all
they have this effect if specified with field_start, field_end, or both.
themselves, unless demanded by perl's regex and split semantics (e.g.,
@@ -96,7 +96,7 @@
format of this definition is:
for total number of temp files from 50 to 40 (leave room for other open
for the purposes of comparison.
-files. Overriden by B<F> option.
+files. Overridden by B<F> option.
files), changed docs. (Mike Blazer, Gurusamy Sarathy)
filename, or an array reference containing multiple filename strings.
field_start or field_end option argument (see below).
--- libfile-sort-perl.orig/Sort.pm_sorted.txt
+++ libfile-sort-perl/Sort.pm_sorted.txt
@@ -980,7 +980,7 @@
field_start or field_end option argument (see below).
filename, or an array reference containing multiple filename strings.
files), changed docs. (Mike Blazer, Gurusamy Sarathy)
-files. Overriden by B<F> option.
+files. Overridden by B<F> option.
for the purposes of comparison.
for total number of temp files from 50 to 40 (leave room for other open
format of this definition is:
@@ -1049,7 +1049,7 @@
themselves, unless demanded by perl's regex and split semantics (e.g.,
they have this effect if specified with field_start, field_end, or both.
to a specific key (see B<k>), the specified ordering options override all
-to a temp file. Overriden by B<y> option.
+to a temp file. Overridden by B<y> option.
to be part of a field (although it can be included in a sort key). Each
up, you must call setlocale() for the new settings to take effect. For
use Carp;
--- libfile-sort-perl.orig/eg/sort.pudge.PL
+++ libfile-sort-perl/eg/sort.pudge.PL
@@ -894,12 +894,12 @@
=item MAX_SORT_RECORDS
Default is 200,000. Maximum number of records to use before writing
-to a temp file. Overriden by B<y> option.
+to a temp file. Overridden by B<y> option.
=item MAX_SORT_FILES
Maximum number of open temp files to use before merging open temp
-files. Overriden by B<F> option.
+files. Overridden by B<F> option.
=back
|