]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh: Fix documentation typo.
authorSimon Ruderich <simon@ruderich.org>
Tue, 21 Apr 2009 19:11:20 +0000 (21:11 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 21 Apr 2009 19:11:20 +0000 (21:11 +0200)
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