diff --git a/check_php-fpm-status b/check_php-fpm-status
index c3ade0f9a2dc6ee94944a85fc28fa7df9f222d9e..7f55346b2a91c3c95772120f1caaaf3022f93260 100755
--- a/check_php-fpm-status
+++ b/check_php-fpm-status
@@ -163,7 +163,7 @@ fi
 # ----------------------------------------------------------------------
 ph.status "PHP-FPM: active: $iActive (max: $iMaxActive) .. idle workers: $iIdle .. queue: $iQueue (max: $iMaxQueue) .. speed: $iSpeed req per sec ... slow: $iSlow req per sec (total: $iSlowTotal)"
 echo
-hint="!! IMPORTSNT !! Any non-OK status is still experimmental."
+hint="!! IMPORTANT !! Any non-OK status is still experimmental."
 if [ $iIdle -eq 0 ]; then
     echo $hint
     echo "WARNING: $iIdle idle workers available."