Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: _diff_options spelling



Just some spelling corrections.

Index: Completion/User/_diff_options
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/User/_diff_options,v
retrieving revision 1.1.1.7
diff -u -r1.1.1.7 _diff_options
--- Completion/User/_diff_options	2000/03/11 00:08:11	1.1.1.7
+++ Completion/User/_diff_options	2000/04/11 23:27:02
@@ -85,7 +85,7 @@
     "($ofwy $ouc -W)--width[set size of line]:number of characters per line:" \
     "($ofwy $ouc --width)-W[set size of line]:number of characters per line:" \
     "($ofwy $ouc)--left-column[output only left column of common lines]" \
-    "($ofwy $ouc)--suppress-common-lines[do not ouput commun lines]" \
+    "($ofwy $ouc)--suppress-common-lines[do not output common lines]" \
     "($ofwg $ouc $oss)--old-group-format=[set old group format]:old group format:" \
     "($ofwg $ouc $oss)--new-group-format=[set new group format]:new group format:" \
     "($ofwg $ouc $oss)--changed-group-format=[set changed group format]:changed group format:" \
@@ -115,8 +115,8 @@
     '(-S)--starting-file=[set first file in comparison]:start with file:_files' \
     '(--starting-file)-S=[set first file in comparison]:start with file:_files' \
     '--horizon-lines=[set number of lines to keep in prefix and suffix]:number of horizon lines:' \
-    '(-d)--mininal[try to find a smaler set of changes]' \
-    '(--mininal)-d[try to find a smaler set of changes]' \
+    '(-d)--mininal[try to find a smaller set of changes]' \
+    '(--mininal)-d[try to find a smaller set of changes]' \
     '(-H)--speed-large-files[assume large files and many small changes]' \
     '(--speed-large-files)-H[assume large files and many small changes]' \
     '(--version)-v[output version info]' \



Messages sorted by: Reverse Date, Date, Thread, Author