diff --git a/yamllint/rules/comments_indentation.py b/yamllint/rules/comments_indentation.py index d8e76ab..41f1efd 100644 --- a/yamllint/rules/comments_indentation.py +++ b/yamllint/rules/comments_indentation.py @@ -40,4 +40,4 @@ def check(conf, token, prev, next): skip_first_line=skip_first): if comment.column != token_indent + 1: yield LintProblem(comment.line, comment.column, - 'comment not intended like content') + 'comment not indented like content')