From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10878 invoked from network); 11 Apr 2000 23:28:07 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 11 Apr 2000 23:28:07 -0000 Received: (qmail 2928 invoked by alias); 11 Apr 2000 23:27:55 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10680 Received: (qmail 2920 invoked from network); 11 Apr 2000 23:27:55 -0000 Date: Tue, 11 Apr 2000 19:27:53 -0400 From: Clint Adams To: zsh-workers@sunsite.auc.dk Subject: PATCH: _diff_options spelling Message-ID: <20000411192753.A19880@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.2i 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]' \