typo correction
[grml-shlib.git] / sh-lib
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