]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/rc
zsh: Fix documentation typo.
[config/dotfiles.git] / zsh / rc
diff --git a/zsh/rc b/zsh/rc
index 472e92dfe918226e41f05e06ceba32fb8a3b1d91..4d64ece7afbcf9fa3eec3a543a00aa5d9a6c58ad 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -46,7 +46,7 @@ fpath=(~/.zsh/functions $fpath)
 # to caphuso from the Zsh example files for this idea.
 autoload ${fpath[1]}/^_*(^/:t)
 
-# Simulate hooks using _functions arrays for Zsh versions older then 4.3.4. At
+# Simulate hooks using _functions arrays for Zsh versions older than 4.3.4. At
 # the moment only precmd() and preexec() are simulated.
 #
 # At least 4.3.4 (not sure about later versions) has an error in add-zsh-hook