diff --git a/test/lib/ansible_test/_data/sanity/validate-modules/validate_modules/main.py b/test/lib/ansible_test/_data/sanity/validate-modules/validate_modules/main.py index 95e7813b22a..1a75193318d 100644 --- a/test/lib/ansible_test/_data/sanity/validate-modules/validate_modules/main.py +++ b/test/lib/ansible_test/_data/sanity/validate-modules/validate_modules/main.py @@ -1131,7 +1131,7 @@ class ModuleValidator(Validator): self.reporter.error( path=self.object_path, code='deprecation-mismatch', - msg='Module deprecation/removed must agree in documentaiton, by prepending filename with' + msg='Module deprecation/removed must agree in documentation, by prepending filename with' ' "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all' ' documentation for removed' )