From a3d55a5ddbffd599554c64578cbeade010ceaaf6 Mon Sep 17 00:00:00 2001 From: Steve Holton <39030602+sph0lt0n@users.noreply.github.com> Date: Sat, 10 Aug 2019 18:39:26 -0400 Subject: [PATCH] fix spelling: certifivate -> certificate (#60369) ##### SUMMARY spelling fix ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr --- lib/ansible/modules/crypto/openssh_cert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/crypto/openssh_cert.py b/lib/ansible/modules/crypto/openssh_cert.py index d2aa2a68a7b..8f247fa30e2 100644 --- a/lib/ansible/modules/crypto/openssh_cert.py +++ b/lib/ansible/modules/crypto/openssh_cert.py @@ -186,7 +186,7 @@ filename: description: path to the certificate returned: changed or success type: str - sample: /tmp/certifivate-cert.pub + sample: /tmp/certificate-cert.pub info: description: Information about the certificate. Output of C(ssh-keygen -L -f). returned: change or success