From 33e56ca4969a19b7dc0c701cd9ae5e44f582530a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Osiecki?= Date: Mon, 14 Aug 2017 02:15:00 +0200 Subject: [PATCH] typo fix (#27212) --- lib/ansible/modules/system/authorized_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/authorized_key.py b/lib/ansible/modules/system/authorized_key.py index c13c1e88d78..d0f378b919a 100644 --- a/lib/ansible/modules/system/authorized_key.py +++ b/lib/ansible/modules/system/authorized_key.py @@ -159,7 +159,7 @@ key_option: type: string sample: null keyfile: - description: Path for authorzied key file. + description: Path for authorized key file. returned: success type: string sample: /home/user/.ssh/authorized_keys