about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Completion/Unix/Command/_git2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a93b07381..f3e745261 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-18  Frank Terbeck  <ft@bewatermyfriend.org>
+
+	* Nikolai Weibull: 28914: Completion/Unix/Command/_git: Typo
+	fix in `cvsexportcommit' description
+
 2011-03-16  Frank Terbeck  <ft@bewatermyfriend.org>
 
 	* 28896: Functions/Zle/edit-command-line: unset `monitor' option
@@ -14347,5 +14352,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5224 $
+* $Revision: 1.5225 $
 *****************************************************
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index bf22a3c9f..3694d4aac 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]' \