about summary refs log tree commit diff
path: root/Completion/Unix/Command/_units
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-06-04 15:40:00 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-06-04 15:40:00 +0000
commitd3731fac38a95846f7150dd12e9bdb7b8ee2aef8 (patch)
tree98c371a12a2a7954364ddac9e8e0bd567dacbaf7 /Completion/Unix/Command/_units
parenta8bff431644991e30eeadcc886b20f2b4ca08ae5 (diff)
downloadzsh-d3731fac38a95846f7150dd12e9bdb7b8ee2aef8.tar.gz
zsh-d3731fac38a95846f7150dd12e9bdb7b8ee2aef8.tar.xz
zsh-d3731fac38a95846f7150dd12e9bdb7b8ee2aef8.zip
23519: completion for units
Diffstat (limited to 'Completion/Unix/Command/_units')
-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.