Fix typos (phassphrase => passphrase) (#984) (#985)

(cherry picked from commit b1e4777b4d)

Co-authored-by: Albert Krewinkel <albert@tarleb.com>
This commit is contained in:
patchback[bot]
2026-03-06 19:36:52 +01:00
committed by GitHub
parent b2d65936ac
commit d6260c90c4
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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
"""