diff options
author | Wu, Zhenyu <wuzhenyu@ustc.edu> | 2024-11-26 19:39:33 +0800 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2025-01-27 23:39:05 +0100 |
commit | a61b105795620943206c1f85be801943cadbb1c3 (patch) | |
tree | afed1dabe7a67118eef82161bf1226a3706440fe /Src/zsh.h | |
parent | 9f9ceb7768b51334ccdd0f6e32b20399ba261933 (diff) | |
download | zsh-a61b105795620943206c1f85be801943cadbb1c3.tar.gz zsh-a61b105795620943206c1f85be801943cadbb1c3.zip |
github #126: Fix some typos
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1667,7 +1667,7 @@ enum zpc_chars { ZPC_KSH_BANG, /* ! for !(...) in KSH_GLOB */ ZPC_KSH_BANG2, /* ! for !(...) in KSH_GLOB, untokenised */ ZPC_KSH_AT, /* @ for @(...) in KSH_GLOB */ - ZPC_COUNT /* Number of special chararacters */ + ZPC_COUNT /* Number of special characters */ }; /* |