Merge remote-tracking branch 'origin/github/pr/129'
[grml-etc-core.git] / etc / zsh / keephack
index 9d4cb92..6d748ea 100644 (file)
@@ -3,7 +3,6 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Don Dez 06 23:21:30 CET 2007 [mika]
 ################################################################################
 
 # save output in a variable for later use
@@ -52,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