From a5f7097d9ab59d1fd9d21b1b22ac87c3e0877ffe Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 25 Apr 2003 11:18:50 +0000 Subject: 18472: spelling corrections --- Functions/Zle/forward-word-match | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Zle/forward-word-match') diff --git a/Functions/Zle/forward-word-match b/Functions/Zle/forward-word-match index 65bed784d..2a4165c0c 100644 --- a/Functions/Zle/forward-word-match +++ b/Functions/Zle/forward-word-match @@ -18,7 +18,7 @@ while (( count-- )); do match-words-by-style # For some reason forward-word doesn't work like the other word - # word commnds; it skips whitespace only after any matched word + # commands; it skips whitespace only after any matched word # characters. if [[ -n $matched_words[4] ]]; then -- cgit 1.4.1