From 4e4f1d3cceffa33c02588f501fee8f148f653ad9 Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Tue, 10 Nov 2020 10:04:05 -0600 Subject: [PATCH] update comment --- awx_collection/plugins/modules/tower_role.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/plugins/modules/tower_role.py b/awx_collection/plugins/modules/tower_role.py index 7da9b0f596..980c187450 100644 --- a/awx_collection/plugins/modules/tower_role.py +++ b/awx_collection/plugins/modules/tower_role.py @@ -104,7 +104,7 @@ options: lookup_organization: description: - Organization the inventories, job templates, projects, or workflows the items exists in. - - Used to help lookup the object, for organizaiton roles see organization. + - Used to help lookup the object, for organization roles see organization. - If not provided, will lookup by name only, which does not work with duplicates. type: str project: