From 40fd86c618fecb8d98364f33be03b19d4071c159 Mon Sep 17 00:00:00 2001 From: Chris van Meer Date: Tue, 2 May 2023 17:08:30 +0200 Subject: [PATCH] Fix typo in comment filter option (#80672) --- lib/ansible/plugins/filter/comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/filter/comment.yml b/lib/ansible/plugins/filter/comment.yml index 95a4efb08e1..f1e47e6d087 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