From d6260c90c41f6fd5da340732421d0dec5c2dc893 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 19:36:52 +0100 Subject: [PATCH] Fix typos (phassphrase => passphrase) (#984) (#985) (cherry picked from commit b1e4777b4d3a0fd4f74f2a9cc0075fdecb088d3f) Co-authored-by: Albert Krewinkel --- plugins/doc_fragments/acme.py | 2 +- plugins/modules/acme_account.py | 2 +- plugins/modules/acme_certificate_revoke.py | 2 +- plugins/modules/acme_challenge_cert_helper.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/doc_fragments/acme.py b/plugins/doc_fragments/acme.py index abb382e5..87293bfe 100644 --- a/plugins/doc_fragments/acme.py +++ b/plugins/doc_fragments/acme.py @@ -209,7 +209,7 @@ options: type: str account_key_passphrase: description: - - Phassphrase to use to decode the account key. + - Passphrase to use to decode the account key. - B(Note:) this is not supported by the C(openssl) backend, only by the C(cryptography) backend. type: str version_added: 1.6.0 diff --git a/plugins/modules/acme_account.py b/plugins/modules/acme_account.py index 336d609c..350791bb 100644 --- a/plugins/modules/acme_account.py +++ b/plugins/modules/acme_account.py @@ -98,7 +98,7 @@ options: type: str new_account_key_passphrase: description: - - Phassphrase to use to decode the new account key. + - Passphrase to use to decode the new account key. - B(Note:) this is not supported by the C(openssl) backend, only by the C(cryptography) backend. type: str version_added: 1.6.0 diff --git a/plugins/modules/acme_certificate_revoke.py b/plugins/modules/acme_certificate_revoke.py index b6510f8e..2cf45e07 100644 --- a/plugins/modules/acme_certificate_revoke.py +++ b/plugins/modules/acme_certificate_revoke.py @@ -87,7 +87,7 @@ options: type: str private_key_passphrase: description: - - Phassphrase to use to decode the certificate's private key. + - Passphrase to use to decode the certificate's private key. - B(Note:) this is not supported by the C(openssl) backend, only by the C(cryptography) backend. type: str version_added: 1.6.0 diff --git a/plugins/modules/acme_challenge_cert_helper.py b/plugins/modules/acme_challenge_cert_helper.py index 612a2e74..5981114a 100644 --- a/plugins/modules/acme_challenge_cert_helper.py +++ b/plugins/modules/acme_challenge_cert_helper.py @@ -70,7 +70,7 @@ options: type: str private_key_passphrase: description: - - Phassphrase to use to decode the private key. + - Passphrase to use to decode the private key. type: str version_added: 1.6.0 """