summaryrefslogtreecommitdiff
path: root/Functions
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-05-29 17:54:08 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-05-29 17:54:08 +0000
commit56528ccb661d4985776234c89355a14093063534 (patch)
tree8b84684ff6827f7e30ad6c670a5b80a2c136b9ac /Functions
parente4d828b28e73846d24d03b3fada69f769cdcbb33 (diff)
downloadzsh-56528ccb661d4985776234c89355a14093063534.tar.gz
zsh-56528ccb661d4985776234c89355a14093063534.zip
spelling corrections
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Misc/checkmail2
-rw-r--r--Functions/Misc/zrecompile2
-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 \