about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Completion/Unix/Command/_units2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_units b/Completion/Unix/Command/_units
index e4708dbe7..ef9fea16f 100644
--- a/Completion/Unix/Command/_units
+++ b/Completion/Unix/Command/_units
@@ -26,7 +26,7 @@ _arguments -C -s -S \
 
 [[ $state = expr ]] || return 1
 
-# It's very like there's a quoted expression, since things like '2 seconds'
+# It's very likely there's a quoted expression, since things like '2 seconds'
 # need to be a single argument.  Units themselves don't have special
 # characters, so it's safe to take just the characters around the
 # cursor.