From 02819f6f00f7e704c45d2d084bfb5ef013ac098f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 21 Apr 2009 21:11:20 +0200 Subject: [PATCH] zsh: Fix documentation typo. --- zsh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.2