about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2003-02-06 16:20:29 +0000
committerClint Adams <clint@users.sourceforge.net>2003-02-06 16:20:29 +0000
commitf13c7a3a2438e3a8f61123a3561ac031508f8e10 (patch)
tree07a5107ad70dc5d2770425edeea69e938a347b06 /Completion
parentde13b1b0f593df71b7588deabdcc951eead1aa14 (diff)
downloadzsh-f13c7a3a2438e3a8f61123a3561ac031508f8e10.tar.gz
zsh-f13c7a3a2438e3a8f61123a3561ac031508f8e10.tar.xz
zsh-f13c7a3a2438e3a8f61123a3561ac031508f8e10.zip
unposted: conjugate "need" properly.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/compinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/compinit b/Completion/compinit
index b8dd939d9..2551db769 100644
--- a/Completion/compinit
+++ b/Completion/compinit
@@ -219,7 +219,7 @@ compdef() {
   # Get the options.
 
   if [[ $#* -eq 0 ]]; then
-    echo "$0: I needs arguments"
+    echo "$0: I need arguments"
     return 1
   fi
 
@@ -249,7 +249,7 @@ compdef() {
   shift OPTIND-1
 
   if [[ $#* -eq 0 ]]; then
-    echo "$0: I needs arguments"
+    echo "$0: I need arguments"
     return 1
   fi