diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-29 17:54:08 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-29 17:54:08 +0000 |
commit | 56528ccb661d4985776234c89355a14093063534 (patch) | |
tree | 8b84684ff6827f7e30ad6c670a5b80a2c136b9ac /Functions/Misc/zrecompile | |
parent | e4d828b28e73846d24d03b3fada69f769cdcbb33 (diff) | |
download | zsh-56528ccb661d4985776234c89355a14093063534.tar.gz zsh-56528ccb661d4985776234c89355a14093063534.tar.xz zsh-56528ccb661d4985776234c89355a14093063534.zip |
spelling corrections
Diffstat (limited to 'Functions/Misc/zrecompile')
-rw-r--r-- | Functions/Misc/zrecompile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/zrecompile b/Functions/Misc/zrecompile index abebbbd9e..325415157 100644 --- a/Functions/Misc/zrecompile +++ b/Functions/Misc/zrecompile @@ -15,7 +15,7 @@ # -q: Be quiet, i.e.: only set the return status. # -p: If this is given, the arguments are interpreted differently: # they should form one or more sets of arguments for zcompile, -# seperated by `--'. For example: +# separated by `--'. For example: # # zrecompile -p \ # -R ~/.zshrc -- \ |