From 0da471e54ffb4308126f34ec7c5767ca399610cf Mon Sep 17 00:00:00 2001 From: Arnaud Morin Date: Fri, 1 Mar 2019 23:45:59 +0100 Subject: [PATCH] Fix typo (#53123) I changed the typo: acceess to access --- lib/ansible/modules/cloud/openstack/os_project_access.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/openstack/os_project_access.py b/lib/ansible/modules/cloud/openstack/os_project_access.py index 8aa593aabba..912936f1f6f 100644 --- a/lib/ansible/modules/cloud/openstack/os_project_access.py +++ b/lib/ansible/modules/cloud/openstack/os_project_access.py @@ -23,7 +23,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = ''' --- module: os_project_access -short_description: Manage OpenStack compute flavors acceess +short_description: Manage OpenStack compute flavors access extends_documentation_fragment: openstack version_added: "2.5" author: "Roberto Polli (@ioggstream)"