Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: compsys.yo typo



Index: Doc/Zsh/compsys.yo
===================================================================
RCS file: /projects/zsh/zsh/Doc/Zsh/compsys.yo,v
retrieving revision 1.1.1.82
diff -u -r1.1.1.82 compsys.yo
--- Doc/Zsh/compsys.yo  1999/11/23 11:48:10     1.1.1.82
+++ Doc/Zsh/compsys.yo  1999/11/23 16:39:41
@@ -322,7 +322,7 @@
 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 



Messages sorted by: Reverse Date, Date, Thread, Author