diff options
| author | Martijn Dekker <martijn@inlv.org> | 2019-12-10 20:41:08 +0100 |
|---|---|---|
| committer | Daniel Shahaf <danielsh@apache.org> | 2019-12-11 02:37:39 +0000 |
| commit | c578f0a08b9257f3db85dab5431270f1a6eb8858 (patch) | |
| tree | c643f7c8965fa71d4248045d2a1a0b90a0c5a365 /Src/hashtable.c | |
| parent | 45003: Fix more documentation typos (diff) | |
| download | zsh-c578f0a08b9257f3db85dab5431270f1a6eb8858.tar zsh-c578f0a08b9257f3db85dab5431270f1a6eb8858.tar.gz zsh-c578f0a08b9257f3db85dab5431270f1a6eb8858.tar.bz2 zsh-c578f0a08b9257f3db85dab5431270f1a6eb8858.tar.lz zsh-c578f0a08b9257f3db85dab5431270f1a6eb8858.tar.xz zsh-c578f0a08b9257f3db85dab5431270f1a6eb8858.tar.zst zsh-c578f0a08b9257f3db85dab5431270f1a6eb8858.zip | |
45004: Fix typos in comments
Diffstat (limited to 'Src/hashtable.c')
| -rw-r--r-- | Src/hashtable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/hashtable.c b/Src/hashtable.c index b7baa3142..e210ddeca 100644 --- a/Src/hashtable.c +++ b/Src/hashtable.c @@ -996,7 +996,7 @@ printshfuncnode(HashNode hn, int printflags) * expansion of leading tabs. * expand = 0 is standard: use hard tabs. * expand > 0 uses that many spaces. - * expand < 0 uses no identation. + * expand < 0 uses no indentation. * * Note this function and the following two are called with * interrupts queued, so saving and restoring text_expand_tabs |
