summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorCarlos E. Garcia <carlos@cgarcia.org>2014-04-29 10:41:05 -0400
committerCarlos E. Garcia <carlos@cgarcia.org>2014-04-29 10:41:05 -0400
commit4dcaa9d9fbe7c00d32c44a0124544d453e1505ba (patch)
tree464850adde84388de311bc58a8bb0587561af9ed /files
parent09e675290a14277bfda0877b73c901bd1b89b066 (diff)
downloadansible-modules-extras-4dcaa9d9fbe7c00d32c44a0124544d453e1505ba.tar.gz
multiple spelling error changes
Diffstat (limited to 'files')
-rw-r--r--files/acl2
-rw-r--r--files/xattr2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/acl b/files/acl
index 93431ecf..39a98c73 100644
--- a/files/acl
+++ b/files/acl
@@ -77,7 +77,7 @@ options:
required: false
default: null
description:
- - DEPRECATED. The acl to set or remove. This must always be quoted in the form of '<etype>:<qualifier>:<perms>'. The qualifier may be empty for some types, but the type and perms are always requried. '-' can be used as placeholder when you do not care about permissions. This is now superceeded by entity, type and permissions fields.
+ - DEPRECATED. The acl to set or remove. This must always be quoted in the form of '<etype>:<qualifier>:<perms>'. The qualifier may be empty for some types, but the type and perms are always requried. '-' can be used as placeholder when you do not care about permissions. This is now superseded by entity, type and permissions fields.
author: Brian Coca
notes:
diff --git a/files/xattr b/files/xattr
index 25179e3c..94115ae3 100644
--- a/files/xattr
+++ b/files/xattr
@@ -165,7 +165,7 @@ def main():
res = {}
if key is None and state in ['present','absent']:
- module.fail_json(msg="%s needs a key paramter" % state)
+ module.fail_json(msg="%s needs a key parameter" % state)
# All xattr must begin in user namespace
if key is not None and not re.match('^user\.',key):