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

PATCH: _dput long-standing typo



Index: Completion/Debian/Command/_dput
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_dput,v
retrieving revision 1.4
diff -u -r1.4 _dput
--- Completion/Debian/Command/_dput	21 Jan 2004 13:53:28 -0000	1.4
+++ Completion/Debian/Command/_dput	6 Nov 2005 15:00:31 -0000
@@ -8,7 +8,7 @@
   '(-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(-.)"'



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