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

This commit is contained in:
Albert Krewinkel
2026-03-06 19:02:14 +01:00
committed by GitHub
parent 26b90d5542
commit b1e4777b4d
4 changed files with 4 additions and 4 deletions

View File

@@ -106,7 +106,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

@@ -92,7 +92,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

@@ -81,7 +81,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

@@ -63,7 +63,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
"""