From f79a8430d62172984587bc0be525f0b5fc74f4ae Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Sun, 2 Apr 2006 20:58:12 +0200 Subject: [PATCH] typo correction --- TODO | 2 +- sh-lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.1.4