From e8f46822e5bf0eb2054785ca4177699e151a34f8 Mon Sep 17 00:00:00 2001 From: "Nathan L. Walls" Date: Thu, 18 Apr 2013 22:16:28 -0400 Subject: [PATCH] Small spelling correction to authorized_key module docs --- library/authorized_key | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/authorized_key b/library/authorized_key index 50b23d095ca..b22afe19a23 100644 --- a/library/authorized_key +++ b/library/authorized_key @@ -48,7 +48,7 @@ options: version_added: "1.2" manage_dir: description: - - Wheter this module should manage the directory of the authorized_keys file + - Whether this module should manage the directory of the authorized_keys file required: false choices: [ "yes", "no" ] default: "yes"