X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=sh-lib;fp=sh-lib;h=85d3c567009d11c1453b76734c3fd15fc275a442;hb=f79a8430d62172984587bc0be525f0b5fc74f4ae;hp=be6f60ea342ec263861bfc0f2dfdb1fc3bb03acd;hpb=a69ffc4d328e3a10a42bb7ba5127ce7e9d139dff;p=grml-shlib.git 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