about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Completion/compinit4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 37a81aa12..c6ce79da3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-06  Clint Adams  <clint@zsh.org>
+
+	* unposted: Completion/compinit: conjugate "need" properly.
+
 2003-01-29  Oliver Kiddle  <opk@zsh.org>
 
 	* 18149, 18153, 18156: Completion/bashcompinit, Doc/Zsh/compsys.yo:
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