Merge pull request #2720 from base10/devel

Small spelling correction to authorized_key module docs
This commit is contained in:
Michael DeHaan 2013-04-18 19:34:10 -07:00
commit 0f86b26823

View file

@ -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"