about summary refs log tree commit diff
path: root/Functions/Misc/zstyle+
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/Misc/zstyle+
parente4d828b28e73846d24d03b3fada69f769cdcbb33 (diff)
downloadzsh-56528ccb661d4985776234c89355a14093063534.tar.gz
zsh-56528ccb661d4985776234c89355a14093063534.tar.xz
zsh-56528ccb661d4985776234c89355a14093063534.zip
spelling corrections
Diffstat (limited to 'Functions/Misc/zstyle+')
-rw-r--r--Functions/Misc/zstyle+4
1 files changed, 2 insertions, 2 deletions
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 \