about summary refs log tree commit diff
path: root/Completion/compinit
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/compinit')
-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