From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29946 invoked by alias); 18 Mar 2011 22:07:04 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28914 Received: (qmail 29110 invoked from network); 18 Mar 2011 22:07:02 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at now.ath.cx does not designate permitted sender hosts) X-SENDER-IP: [83.227.16.166] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgxAAB9tg01T4xCmPGdsb2JhbACYeYx4CwEBAQE3MsQWhWMEjGM X-IronPort-AV: E=Sophos;i="4.63,207,1299452400"; d="scan'208";a="16069295" From: Nikolai Weibull To: zsh-workers@zsh.org Cc: Nikolai Weibull Subject: [PATCH 1/4] Fix typo Date: Fri, 18 Mar 2011 22:35:09 +0100 Message-Id: <1300484112-9392-2-git-send-email-now@bitwi.se> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1300484112-9392-1-git-send-email-now@bitwi.se> References: <1300484112-9392-1-git-send-email-now@bitwi.se> Signed-off-by: Nikolai Weibull --- Completion/Unix/Command/_git | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index bf22a3c..3694d4a 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -3070,7 +3070,7 @@ _git-cvsexportcommit () { '-m[prepend the commit message with the provided prefix]:message prefix' \ '-u[update affected files from CVS repository before attempting export]' \ '-k[reverse CVS keyword expansion]' \ - '-w[specify location of cVS checkout to use for export]' \ + '-w[specify location of CVS checkout to use for export]' \ '-W[use current working directory for bot Git and CVS checkout]' \ '-v[verbose output]' \ '-h[display usage]' \ -- 1.7.4.1