Fix a bunch of typos
[grml-etc-core.git] / etc / zsh / keephack
index 7d4788c..6d748ea 100644 (file)
@@ -51,7 +51,7 @@ _insert_kept() {
     fi
 }
 
-# now bind it to keys and enable completition
+# now bind it to keys and enable completion
 zle -C insert-kept-result complete-word _generic
 zle -C expand-kept-result complete-word _generic
 zstyle ':completion:*-kept-result:*' completer _insert_kept