Fix some further typos
authorMichael Prokop <mika@grml.org>
Fri, 18 Jan 2019 13:20:00 +0000 (14:20 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 18 Jan 2019 13:21:24 +0000 (14:21 +0100)
s/unuseable/unusable/
s/accessable/accessible/
s/Ressources/Resources/
s/funtions/functions/

compile/vmware-detect.c
usr_bin/grml-resolution
usr_bin/iimage
usr_bin/qma
usr_sbin/dirvish-setup

index 8afe2d1..c99e36f 100644 (file)
@@ -129,7 +129,7 @@ int main(int argc, char* argv[]) {
         return EXIT_SUCCESS;
     } else {
         if(!Killed) {
-            // check unuseable or not implemented
+            // check unusable or not implemented
             DWRITE("false\n");
             DWRITE("Check not implemented, yet!\n");
             return a ? EXIT_SUCCESS : EXIT_FAILURE;
index d5a3af0..c30111e 100755 (executable)
@@ -32,7 +32,7 @@ for i in $(xrandr | awk {'print $2$3$4'} | grep "^[0-9]") ; do
   ((COUNTER++))
 done
 
-# Menue Tool
+# Menu Tool
 dialog --title "$PN" --menu "Change X resolution via xrandr (current resolution: $CURRENT_RESOLUTION):" 0 0 0 $STRING 2>$RESOLUTION
 retval=$?
 case $retval in
index e71edeb..9b210d0 100755 (executable)
@@ -2015,7 +2015,7 @@ if [ "$DISABLED" != "" ] ; then
    exit
 fi
 
-# check for programms ################################################
+# check for programs ################################################
 
 init_iimage
 
index 5464823..a8eee6a 100755 (executable)
@@ -90,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>
index 817c36d..bef4524 100755 (executable)
@@ -5,7 +5,7 @@
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
 ################################################################################
-# Ressources:
+# Resources:
 #   http://apt-get.dk/howto/backup/
 #   http://edseek.com/~jasonb/articles/dirvish_backup/advanced.html
 #   http://www.dirvish.org/svn/contrib/admin/DailyEmailScript/dirvish-status.sh
@@ -175,7 +175,7 @@ case "$1" in
      ;;
 esac
 
-# now run the funtions:
+# now run the functions:
 get_backup_dir     && \
 client_name        && \
 tree_name          && \