Release new version 2.13.0
[grml-scripts.git] / usr_bin / qma
index cece1da..a8eee6a 100755 (executable)
@@ -4,7 +4,6 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>, Matthias Kopfermann <maddi@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Don Sep 20 21:56:52 CEST 2007 [mika]
 ################################################################################
 
 . /etc/grml/lsb-functions
@@ -91,9 +90,9 @@ vimconfig='
         "the expectation of getting the next search via 'n' can not be ignored"
          nn -n <ESC> :set invnumber<cr>
          nn h :set invhlsearch<cr>
-        "Make toggling case-sensitive accessable via the letter i"
+        "Make toggling case-sensitive accessible via the letter i"
          nn i :set invignorecase<cr>
-        "Make toggling case-sensitive accessable via the less convention via -i"
+        "Make toggling case-sensitive accessible via the less convention via -i"
          nn -i :set invignorecase<cr>
          nn <space> <C-f>
          nn <backspace> <C-b>