diff --git a/check_webservice_load.sh b/check_webservice_load.sh index e98a13f..06d99e4 100755 --- a/check_webservice_load.sh +++ b/check_webservice_load.sh @@ -144,7 +144,7 @@ fi if $check_apache || $check_nginxA ; then if [ -z "$(which curl)" ]; then - fatal 'It seems "curls" is not installed, but needed!' + fatal 'It seems "curl" is not installed, but needed!' fi fi