From ea0bae6bcaff768c9dc4f2de1b8efbe76b5e89a5 Mon Sep 17 00:00:00 2001 From: Pierre Templier Date: Sat, 11 Mar 2017 10:51:59 +0100 Subject: [PATCH] Typo + rephrase (#22526) --- lib/ansible/utils/module_docs_fragments/files.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/utils/module_docs_fragments/files.py b/lib/ansible/utils/module_docs_fragments/files.py index db3e9ef6be..c1cee1c14e 100644 --- a/lib/ansible/utils/module_docs_fragments/files.py +++ b/lib/ansible/utils/module_docs_fragments/files.py @@ -74,8 +74,8 @@ options: version_added: "2.2" attributes: description: - - Attributes of the file or directory should be. To get supported flags look at the man page for I(chattr) on the taget system. - This string should contain the attributes in the same order than they are displayed by I(lsattr). + - Attributes the file or directory should have. To get supported flags look at the man page for I(chattr) on the target system. + This string should contain the attributes in the same order as the one displayed by I(lsattr). required: false default: None aliases: ['attr']