about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-23 16:50:36 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-23 16:50:36 +0000
commit7cccf04d56cbcbacc088bf3b0f3eee1ae9d4fe32 (patch)
tree09b05a03a2393fbd744c5774ae83e954a027be8c
parent3ec01b70ff4878793c62a854dd9c2ec149c7a234 (diff)
downloadzsh-7cccf04d56cbcbacc088bf3b0f3eee1ae9d4fe32.tar.gz
zsh-7cccf04d56cbcbacc088bf3b0f3eee1ae9d4fe32.tar.xz
zsh-7cccf04d56cbcbacc088bf3b0f3eee1ae9d4fe32.zip
zsh-workers/8756
-rw-r--r--Doc/Zsh/compsys.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index da8ed87d5..e7fb9069f 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -322,7 +322,7 @@ In many of the possible contexts the completion system can generate
 matches, and often it can generate multiple types of matches. Whenever 
 a completion function is about to generate such matches it first calls 
 a utility function, telling it what types of matches can be
-generated. These types are represented as simple names calld
+generated. These types are represented as simple names called
 `tags'. This utility function in turn calls another function
 (tt(_sort_tags)) and gives the list of tags to it as
 arguments. The function tt(_sort_tags) can then say in which order the