diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-01-07 08:49:53 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-01-07 08:49:53 +0000 |
commit | cd28eb9c7104aaee83fcd3857cac4e7794af10c8 (patch) | |
tree | b6ca772631ffdb1461feef0c10b8fb12d2931c0e | |
parent | a9d6514476bab06ee0b8a11376305761888e7589 (diff) | |
download | zsh-cd28eb9c7104aaee83fcd3857cac4e7794af10c8.tar.gz zsh-cd28eb9c7104aaee83fcd3857cac4e7794af10c8.tar.xz zsh-cd28eb9c7104aaee83fcd3857cac4e7794af10c8.zip |
18058: correct typo
-rw-r--r-- | Completion/Unix/Command/_ant | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_ant b/Completion/Unix/Command/_ant index d33589bc3..d3d68eaed 100644 --- a/Completion/Unix/Command/_ant +++ b/Completion/Unix/Command/_ant @@ -27,7 +27,7 @@ _arguments -C \ '*-listener[add an instance of class as a project listener]:classname:_java_class -cp ${(j.:.)c}' \ '(-f -file -buildfile -find)'{-f,-file,-buildfile}'[use specified build file]:build file:_files' \ '*-D[specify property with value to use]:property:->property' \ - '-propertyfile[load properties from specfied file]:property file:_files' \ + '-propertyfile[load properties from specified file]:property file:_files' \ '-inputhandler[specify class which will handle input requests]:class:_java_class -cp ${(j.\:.)c}' \ '(-f -file -buildfile)-find[search for build file towards the root of filesystem]:build file:(build.xml)' \ $target && return |