summaryrefslogtreecommitdiff
path: root/oh-my-zsh.sh
diff options
context:
space:
mode:
authorArchie <isntall@users.noreply.github.com>2015-05-23 10:22:03 -0700
committerncanceill <nicolas.canceill@ens-cachan.org>2015-06-11 21:10:37 +0200
commit980528f9fa33780499d625bbbb8ea2cada78530d (patch)
treed99694e5582a6a70320749aee15c1abc9594a743 /oh-my-zsh.sh
parentaf4ffe56eae27c85ed472307554fd7347966d316 (diff)
downloadzsh-980528f9fa33780499d625bbbb8ea2cada78530d.tar.gz
zsh-980528f9fa33780499d625bbbb8ea2cada78530d.tar.bz2
zsh-980528f9fa33780499d625bbbb8ea2cada78530d.zip
fix typo
Diffstat (limited to 'oh-my-zsh.sh')
-rw-r--r--oh-my-zsh.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh
index 71716f77f..ec64c240f 100644
--- a/oh-my-zsh.sh
+++ b/oh-my-zsh.sh
@@ -14,7 +14,7 @@ if [[ -z "$ZSH_CUSTOM" ]]; then
ZSH_CUSTOM="$ZSH/custom"
fi
-# Set ZSH_CACHE_DIR to the path where cache files sould be created
+# Set ZSH_CACHE_DIR to the path where cache files should be created
# or else we will use the default cache/
if [[ -z "$ZSH_CACHE_DIR" ]]; then
ZSH_CACHE_DIR="$ZSH/cache/"