From: Michael Gebetsroither Date: Sun, 2 Apr 2006 18:58:12 +0000 (+0200) Subject: typo correction X-Git-Tag: 1.02.11~1 X-Git-Url: http://git.grml.org/?p=grml-shlib.git;a=commitdiff_plain;h=f79a8430d62172984587bc0be525f0b5fc74f4ae typo correction --- diff --git a/TODO b/TODO index f6283b4..8a03117 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ - * wrapper arround pgrep + * wrapper around pgrep * execute (secureInput verbessern) @mika * getUserName (is this user available on this system) diff --git a/sh-lib b/sh-lib index be6f60e..85d3c56 100644 --- a/sh-lib +++ b/sh-lib @@ -251,7 +251,7 @@ function isNotExistent if [ -e "$file_to_test_" ]; then if [ -z "$message_" ]; then - $error_function_ "file does allready exist \"$file_to_test_\"" 67 + $error_function_ "file does already exist \"$file_to_test_\"" 67 else $error_function_ "$message_" fi