From b584336b62dcd9a50367903a8c96917d6df6aac6 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 20:36:01 +0100 Subject: [PATCH] Fix typo. (#367) (#368) (cherry picked from commit 3e307fe062a44befcb5c893564b643488f866fc4) Co-authored-by: Felix Fontein --- plugins/doc_fragments/module_privatekey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/doc_fragments/module_privatekey.py b/plugins/doc_fragments/module_privatekey.py index d93ab7f4..63b0cac9 100644 --- a/plugins/doc_fragments/module_privatekey.py +++ b/plugins/doc_fragments/module_privatekey.py @@ -100,7 +100,7 @@ options: description: - Determines which format the private key is written in. By default, PKCS1 (traditional OpenSSL format) is used for all keys which support it. Please note that not every key can be exported in any format. - - The value C(auto) selects a fromat based on the key format. The value C(auto_ignore) does the same, + - The value C(auto) selects a format based on the key format. The value C(auto_ignore) does the same, but for existing private key files, it will not force a regenerate when its format is not the automatically selected one for generation. - Note that if the format for an existing private key mismatches, the key is B(regenerated) by default.