From ae66d9a1f42ef6db3983fdfb996380650a54581b Mon Sep 17 00:00:00 2001 From: Joel McGuire Date: Thu, 29 Sep 2022 08:01:46 -0700 Subject: [PATCH] Fixed spelling (#78911) --- lib/ansible/plugins/filter/regex_replace.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/filter/regex_replace.yml b/lib/ansible/plugins/filter/regex_replace.yml index bb9460cc280..47c2eb3bec7 100644 --- a/lib/ansible/plugins/filter/regex_replace.yml +++ b/lib/ansible/plugins/filter/regex_replace.yml @@ -3,7 +3,7 @@ DOCUMENTATION: version_added: "2.0" short_description: replace a string via regex description: - - Replace a substring defined by a regular expression with another defined by another regular expressoin based on the first match. + - Replace a substring defined by a regular expression with another defined by another regular expression based on the first match. notes: - Maps to Python's C(regex.replace). positional: _input, _regex_match, _regex_replace