Merge pull request #6768 from mscherer/fix_typo_caps
fix typo in the capabilities module description
This commit is contained in:
commit
f128838675
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ DOCUMENTATION = '''
|
||||||
module: capabilities
|
module: capabilities
|
||||||
short_description: Manage Linux capabilities
|
short_description: Manage Linux capabilities
|
||||||
description:
|
description:
|
||||||
- This module manipulates files' priviliges using the Linux capabilities(7) system.
|
- This module manipulates files privileges using the Linux capabilities(7) system.
|
||||||
version_added: "1.6"
|
version_added: "1.6"
|
||||||
options:
|
options:
|
||||||
path:
|
path:
|
||||||
|
|
Loading…
Reference in a new issue