diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-08-05 12:35:59 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-08-05 12:35:59 +0000 |
commit | af0697b70533b6e40c92180a7523c16cf49798e9 (patch) | |
tree | 07c26a527bd6b6670c75f729915888031900993b /Src/lex.c | |
parent | ed89700265c129983a6badca26b35eb62bb5dd70 (diff) | |
download | zsh-af0697b70533b6e40c92180a7523c16cf49798e9.tar.gz zsh-af0697b70533b6e40c92180a7523c16cf49798e9.tar.xz zsh-af0697b70533b6e40c92180a7523c16cf49798e9.zip |
17503: fix various typos and spelling mistakes in source code comments
Diffstat (limited to 'Src/lex.c')
-rw-r--r-- | Src/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/lex.c b/Src/lex.c index cb76bc7ab..7c7d264f2 100644 --- a/Src/lex.c +++ b/Src/lex.c @@ -122,7 +122,7 @@ mod_export int parend; /**/ mod_export int nocomments; -/* text of puctuation tokens */ +/* text of punctuation tokens */ /**/ mod_export char *tokstrings[WHILE + 1] = { |