Skip to content

Commit

Permalink
Fix some further typos
Browse files Browse the repository at this point in the history
s/unuseable/unusable/
s/accessable/accessible/
s/Ressources/Resources/
s/funtions/functions/
  • Loading branch information
mika committed Jan 18, 2019
1 parent c96bb74 commit 12b3ac5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion compile/vmware-detect.c
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion usr_bin/grml-resolution
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion usr_bin/iimage
Expand Up @@ -2015,7 +2015,7 @@ if [ "$DISABLED" != "" ] ; then
exit
fi

# check for programms ################################################
# check for programs ################################################

init_iimage

Expand Down
4 changes: 2 additions & 2 deletions usr_bin/qma
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions usr_sbin/dirvish-setup
Expand Up @@ -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
Expand Down Expand Up @@ -175,7 +175,7 @@ case "$1" in
;;
esac

# now run the funtions:
# now run the functions:
get_backup_dir && \
client_name && \
tree_name && \
Expand Down

0 comments on commit 12b3ac5

Please sign in to comment.