From e4bc68b376c2dc0b9bb7d3c271bb4b2ecc6e7a47 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Sat, 13 Nov 2021 00:05:08 +0200 Subject: [PATCH] Fix typo --- zsh-syntax-highlighting.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-syntax-highlighting.zsh b/zsh-syntax-highlighting.zsh index d20dc5b..baa30a7 100644 --- a/zsh-syntax-highlighting.zsh +++ b/zsh-syntax-highlighting.zsh @@ -74,7 +74,7 @@ _zsh_highlight__is_function_p() { # name of a callable function. A function is callable if it is fully defined # or if it is marked for autoloading and autoloading it at the first call to it # will succeed. In particular, if a function has been marked for autoloading -# but is not available in $fpath, then this function will return False therefor. +# but is not available in $fpath, then this function will therefore return False. # # See users/21671 http://www.zsh.org/cgi-bin/mla/redirect?USERNUMBER=21671 _zsh_highlight__function_callable_p() {