summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris van Meer <chris@van-meer.net>2023-05-02 17:08:30 +0200
committerGitHub <noreply@github.com>2023-05-02 11:08:30 -0400
commit40fd86c618fecb8d98364f33be03b19d4071c159 (patch)
tree2e49f2bb1b0d65f310f70c7cd29dfbe4d6573ee5
parentdbd3bf27ec3b677ffb871200b30f8bb36d96d494 (diff)
downloadansible-40fd86c618fecb8d98364f33be03b19d4071c159.tar.gz
Fix typo in comment filter option (#80672)
-rw-r--r--lib/ansible/plugins/filter/comment.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/plugins/filter/comment.yml b/lib/ansible/plugins/filter/comment.yml
index 95a4efb08e..f1e47e6d08 100644
--- a/lib/ansible/plugins/filter/comment.yml
+++ b/lib/ansible/plugins/filter/comment.yml
@@ -38,7 +38,7 @@ DOCUMENTATION:
postfix:
description: Indicator of the end of each line inside a comment block, only available for styles that support multiline comments.
type: string
- protfix_count:
+ postfix_count:
description: Number of times to add a postfix at the end of a line, when a prefix exists and is usable.
type: int
default: 1