diff options
author | Jens Schleusener <Jens.Schleusener@fossies.org> | 2020-01-09 13:39:44 +0000 |
---|---|---|
committer | Daniel Shahaf <danielsh@apache.org> | 2020-01-09 13:42:02 +0000 |
commit | 11dbe4c286330f81fae5ac6d5f698f5ddb748710 (patch) | |
tree | 747b3a6ea08312efe98446fd90222d2f0a72d064 /Misc | |
parent | 4858e868dcf809016a1cb5680327d66d551353ae (diff) | |
download | zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar.gz zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar.xz zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.zip |
45269: Fix misspellings in completions and elsewhere.
Diffstat (limited to 'Misc')
-rwxr-xr-x | Misc/c2z | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/c2z b/Misc/c2z index 534137296..ce699da8a 100755 --- a/Misc/c2z +++ b/Misc/c2z @@ -10,7 +10,7 @@ # uses the csh to parse its own dot-files, then processes csh output to # convert the csh settings to zsh. # -# When run as a zsh fuction, c2z runs csh as if it were an interactive +# When run as a zsh function, c2z runs csh as if it were an interactive # shell whenever the parent zsh is interactive. When run as a shell # script, the -i switch can be used to force this behavior. # |