From 12b3ac5b42b404e8f6b4d70fb9530b82213118f4 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 18 Jan 2019 14:20:00 +0100 Subject: [PATCH] Fix some further typos s/unuseable/unusable/ s/accessable/accessible/ s/Ressources/Resources/ s/funtions/functions/ --- compile/vmware-detect.c | 2 +- usr_bin/grml-resolution | 2 +- usr_bin/iimage | 2 +- usr_bin/qma | 4 ++-- usr_sbin/dirvish-setup | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/compile/vmware-detect.c b/compile/vmware-detect.c index 8afe2d1..c99e36f 100644 --- a/compile/vmware-detect.c +++ b/compile/vmware-detect.c @@ -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; diff --git a/usr_bin/grml-resolution b/usr_bin/grml-resolution index d5a3af0..c30111e 100755 --- a/usr_bin/grml-resolution +++ b/usr_bin/grml-resolution @@ -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 diff --git a/usr_bin/iimage b/usr_bin/iimage index e71edeb..9b210d0 100755 --- a/usr_bin/iimage +++ b/usr_bin/iimage @@ -2015,7 +2015,7 @@ if [ "$DISABLED" != "" ] ; then exit fi -# check for programms ################################################ +# check for programs ################################################ init_iimage diff --git a/usr_bin/qma b/usr_bin/qma index 5464823..a8eee6a 100755 --- a/usr_bin/qma +++ b/usr_bin/qma @@ -90,9 +90,9 @@ vimconfig=' "the expectation of getting the next search via 'n' can not be ignored" nn -n :set invnumber nn h :set invhlsearch - "Make toggling case-sensitive accessable via the letter i" + "Make toggling case-sensitive accessible via the letter i" nn i :set invignorecase - "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 nn nn diff --git a/usr_sbin/dirvish-setup b/usr_sbin/dirvish-setup index 817c36d..bef4524 100755 --- a/usr_sbin/dirvish-setup +++ b/usr_sbin/dirvish-setup @@ -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 && \ -- 2.1.4