summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/efs.py
diff options
context:
space:
mode:
authorAndrey Klychkov <aaklychkov@mail.ru>2019-09-12 17:01:14 +0300
committerWill Thames <will@thames.id.au>2019-09-13 00:01:14 +1000
commit7e91998049f2c495af18347dec861a1ab6edddf9 (patch)
treefb8e749ace2ad473126732567ef3678a848cfeb1 /lib/ansible/modules/cloud/amazon/efs.py
parent3dbf89e8aeb80eb2d1484b1cb63458e4bb12795a (diff)
downloadansible-7e91998049f2c495af18347dec861a1ab6edddf9.tar.gz
fix typos in cloud modules (#62194)
* fix typos in cloud modules * fix typos in cloud modules, fix ci tests
Diffstat (limited to 'lib/ansible/modules/cloud/amazon/efs.py')
-rw-r--r--lib/ansible/modules/cloud/amazon/efs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/cloud/amazon/efs.py b/lib/ansible/modules/cloud/amazon/efs.py
index 38314dd82d..f83bfbb9ea 100644
--- a/lib/ansible/modules/cloud/amazon/efs.py
+++ b/lib/ansible/modules/cloud/amazon/efs.py
@@ -25,7 +25,7 @@ author:
options:
encrypt:
description:
- - A boolean value that, if true, creates an encrypted file system. This can not be modfied after the file
+ - A boolean value that, if true, creates an encrypted file system. This can not be modified after the file
system is created.
type: bool
default: 'no'