typo correction
authorMichael Gebetsroither <michael.geb@gmx.at>
Sun, 2 Apr 2006 18:58:12 +0000 (20:58 +0200)
committerMichael Gebetsroither <michael.geb@gmx.at>
Sun, 2 Apr 2006 18:58:12 +0000 (20:58 +0200)
TODO
sh-lib

diff --git a/TODO b/TODO
index f6283b4..8a03117 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
- * wrapper arround pgrep
+ * wrapper around pgrep
  * execute (secureInput verbessern) @mika
  * getUserName <id> (is this user available on this system)
 
diff --git a/sh-lib b/sh-lib
index be6f60e..85d3c56 100644 (file)
--- 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