This commit is contained in:
Baptiste Mille-Mathias 2021-03-18 20:30:35 +01:00 committed by Matt Clay
parent 3811fddede
commit 3e63eb8418

View file

@ -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'
)