diff --git a/test-and-deploy.yml b/test-and-deploy.yml
index 6a29707c64f4043a207077574276ebd05f77f2f2..1b95051087ece9898b7d98bd153143c8a54bd75b 100644
--- a/test-and-deploy.yml
+++ b/test-and-deploy.yml
@@ -274,7 +274,7 @@ Debug:
   cache: {}
   script:
     - if [[ -f 'config/default/sync/crowdsec.settings.yml' ]]; then echo "The crowdsec config entity should be moved into a config split."; exit 1; fi
-    - if [[ $(grep -c ' crowdsec:' config/default/sync/core.extension.yml) -eq 1 ]]; then echo "CrowdSec shouold not be enabled in core extension, move it to config split instead"; exit 2; fi
+    - if [[ $(grep -c ' crowdsec:' config/default/sync/core.extension.yml) -eq 1 ]]; then echo "CrowdSec should not be enabled in core extension, move it to config split instead"; exit 2; fi
   except:
     refs:
       - tags