From fb1d22684242d04b608990596c64de145cf19084 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 18 Jul 2020 13:37:24 +0200 Subject: [PATCH] Misc typo and wording fixes s/comming/coming/ -> though while at it, reword the phrase s/absolutly/absolutely/ s/seperated/separated/ --- grml-terminalserver | 6 +++--- grml-terminalserver-config | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/grml-terminalserver b/grml-terminalserver index f3c8afc..d683fb2 100755 --- a/grml-terminalserver +++ b/grml-terminalserver @@ -38,8 +38,8 @@ function printUsage cat < -$PROG_NAME__ is the config program for the terminalserver -comming with grml. +$PROG_NAME__ is the configuration program for the terminalserver +provided by Grml. COMMANDS: help This help text @@ -438,7 +438,7 @@ if [ "$1" == 'start' ]; then esac fi if [ $check_necessary_files_ == 'yes' ]; then - # test for files absolutly necessary for grml-terminalserver and created from -config + # test for files absolutely necessary for grml-terminalserver and created from -config problem_=0 for i in $PATH_/initrd.img; do isExistent $i warn || problem_=1 diff --git a/grml-terminalserver-config b/grml-terminalserver-config index 50000b6..5f2f3fd 100755 --- a/grml-terminalserver-config +++ b/grml-terminalserver-config @@ -220,7 +220,7 @@ the internet?" fi echo -n "" >"$TMP_" - local OPTIONS_BOOTARG_MESSAGE_="Here you can add additional boot arguments for the clients seperated by spaces: + local OPTIONS_BOOTARG_MESSAGE_="Here you can add additional boot arguments for the clients separated by spaces: Quite useful examples: -- 2.1.4