diff options
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/Misc/checkmail | 2 | ||||
-rw-r--r-- | Functions/Misc/zrecompile | 2 | ||||
-rw-r--r-- | Functions/Misc/zstyle+ | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Functions/Misc/checkmail b/Functions/Misc/checkmail index 9cc743db4..1e03d10a1 100644 --- a/Functions/Misc/checkmail +++ b/Functions/Misc/checkmail @@ -1,7 +1,7 @@ #! /usr/local/bin/zsh # # This autoloadable function checks the folders specified as arguments -# for new mails. The arguments are interpeted in exactly the same way +# for new mails. The arguments are interpreted in exactly the same way # as the mailpath special zsh parameter (see zshparam(1)). # # If no arguments are given mailpath is used. If mailpath is empty, $MAIL 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 -- \ diff --git a/Functions/Misc/zstyle+ b/Functions/Misc/zstyle+ index eb3c14df5..81b4f0552 100644 --- a/Functions/Misc/zstyle+ +++ b/Functions/Misc/zstyle+ @@ -1,6 +1,6 @@ # This makes defining styles a bit simpler by using a single `+' as a -# special token that allows to append a context name to the previously -# used context name. Like this: +# special token that allows one to append a context name to the +# previously used context name. Like this: # # zstyle+ ':foo:bar' style1 value1 \ # + ':baz' style2 value2 \ |