From 4cc7c05a74d9343da261f1001e6ae312c2f2f1b3 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Wed, 1 Dec 2010 17:12:45 +0100 Subject: [PATCH] Fix typo --- plugins/refresh/refresh.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/refresh/refresh.plugin.zsh b/plugins/refresh/refresh.plugin.zsh index 7e369a8bc..bbfda3028 100755 --- a/plugins/refresh/refresh.plugin.zsh +++ b/plugins/refresh/refresh.plugin.zsh @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------ # Simple ZLE widget that binds F5 to "source ~/.zshrc". # -# You can bind it to another ikey by setting the REFRESH_KEY +# You can bind it to another key by setting the REFRESH_KEY # environment variable, for example to bind F4 instead of F5: # export REFRESH_KEY=$terminfo[kf4] # ------------------------------------------------------------------------------