about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2005-11-06 15:04:37 +0000
committerClint Adams <clint@users.sourceforge.net>2005-11-06 15:04:37 +0000
commit67c4c4efa648bfe50866fac1a0f2b9e0c3fb003a (patch)
treed2eb8d3a73a3f4b9f821f3c2a34cafad85312049
parentefe48cacd4465a48cf667734d6f6757dde8a3814 (diff)
downloadzsh-67c4c4efa648bfe50866fac1a0f2b9e0c3fb003a.tar.gz
zsh-67c4c4efa648bfe50866fac1a0f2b9e0c3fb003a.tar.xz
zsh-67c4c4efa648bfe50866fac1a0f2b9e0c3fb003a.zip
21988: fix "simulare" typo.
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Debian/Command/_dput2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 26dbce7fd..8b7b68e84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
 	* 21987: Completion/Unix/Command/_cplay: completion for
 	cplay.
 
+	* 21988: Completion/Debian/Command/_dput: fix "simulare"
+	typo.
+
 2005-11-04  Peter Stephenson  <pws@csr.com>
 
 	* users/9618 modified as suggested in users/9621: Doc/Zsh/expn.yo,
diff --git a/Completion/Debian/Command/_dput b/Completion/Debian/Command/_dput
index e4161a46c..664b9b231 100644
--- a/Completion/Debian/Command/_dput
+++ b/Completion/Debian/Command/_dput
@@ -8,7 +8,7 @@ _arguments \
   '(-l --lintian)'{-l,--lintian}'[run lintian before upload]' \
   '(-o --check-only)'{-o,--check-only}'[check the package, do not upload]' \
   '(-p --print)'{-p,--print}'[print configuration]' \
-  '(-s --simulate)'{-s,--simulare}'[simulate an upload only]' \
+  '(-s --simulate)'{-s,--simulate}'[simulate an upload only]' \
   '(-u --unchecked)'{-u,--unchecked}'[do not check GPG signature on the changes file]' \
   '(-v --version)'{-v,--version}'[show version information]' \
   '*:changes file:_files -g "*.changes(-.)"'