about summary refs log tree commit diff
path: root/Completion/Base/_describe
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-21 01:24:44 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-21 01:24:44 +0000
commite456d7cafc547051e5fb04e4739f5ff5f09530cc (patch)
treeb1e90d67d3bde424b0560718a33d8490426f0dc9 /Completion/Base/_describe
parent7b13a2082f92e10d3f5f1bf617e9980199ff38b6 (diff)
downloadzsh-e456d7cafc547051e5fb04e4739f5ff5f09530cc.tar.gz
zsh-e456d7cafc547051e5fb04e4739f5ff5f09530cc.tar.xz
zsh-e456d7cafc547051e5fb04e4739f5ff5f09530cc.zip
zsh-workers/7938
Diffstat (limited to 'Completion/Base/_describe')
-rw-r--r--Completion/Base/_describe2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Base/_describe b/Completion/Base/_describe
index 1b3f5f1ef..c95674121 100644
--- a/Completion/Base/_describe
+++ b/Completion/Base/_describe
@@ -24,7 +24,7 @@ shift OPTIND-1
 
 if [[ -n "$isopt" ]]; then
 
-  # We take the value to test the number of patches from a non-local
+  # We take the value to test the number of matches from a non-local
   # parameter `nm' if that exists and contains only digits. It's a hack.
 
   if [[ "$nm" = [0-9]## ]]; then