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/compat.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/compat.c')
| -rw-r--r-- | Src/compat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/compat.c b/Src/compat.c index 02b66a780..8ab335aa1 100644 --- a/Src/compat.c +++ b/Src/compat.c @@ -30,8 +30,8 @@ #include "zsh.mdh" #include "compat.pro" -/* Return pointer to first occurence of string t * - * in string s. Return NULL if not present. */ +/* Return pointer to first occurrence of string t * + * in string s. Return NULL if not present. */ /**/ #ifndef HAVE_STRSTR |
