From: Simon Ruderich Date: Tue, 21 Apr 2009 19:11:20 +0000 (+0200) Subject: zsh: Fix documentation typo. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=02819f6f00f7e704c45d2d084bfb5ef013ac098f;p=config%2Fdotfiles.git zsh: Fix documentation typo. --- diff --git a/zsh/rc b/zsh/rc index 472e92d..4d64ece 100644 --- 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