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 /Test/A02alias.ztst | |
| 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 'Test/A02alias.ztst')
| -rw-r--r-- | Test/A02alias.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/A02alias.ztst b/Test/A02alias.ztst index 99f7aae26..ca415fa39 100644 --- a/Test/A02alias.ztst +++ b/Test/A02alias.ztst @@ -129,7 +129,7 @@ setopt ALIAS_FUNC_DEF eval 'goodalias() { print does now work; }' isafunc) -0:ALIAS_FUNC_DEF causes the icky behaviour to be avaliable +0:ALIAS_FUNC_DEF causes the icky behaviour to be available >does now work (alias thisisokthough='thisworks() { print That worked; }' |
