Skip to content

Commit

Permalink
improve grammar (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToBeFree committed Sep 14, 2021
1 parent 0d6762d commit a334f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ansiblelint/_internal/rules.py
Expand Up @@ -103,7 +103,7 @@ class AnsibleParserErrorRule(BaseRule):

id = 'parser-error'
shortdesc = 'AnsibleParserError'
description = 'Ansible parser fails, this usually indicate invalid file.'
description = 'Ansible parser fails; this usually indicates an invalid file.'
severity = 'VERY_HIGH'
tags = ['core']
version_added = 'v5.0.0'
Expand Down
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/NoSameOwnerRule.py
Expand Up @@ -13,7 +13,7 @@ class NoSameOwnerRule(AnsibleLintRule):
id = 'no-same-owner'
shortdesc = 'Owner should not be kept between different hosts'
description = """
Optional rule that hihglight dangers of assuming that user/group on the remote
Optional rule that highlights dangers of assuming that user/group on the remote
machines may not exist on ansible controller or vice versa. Owner and group
should not be preserved when transferring files between them.
Expand Down

0 comments on commit a334f14

Please sign in to comment.