From 9353e946298473fcfeabbd2573dc62805e13e1d2 Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Mon, 24 Aug 2020 10:17:26 -0400 Subject: [PATCH] Spell checking --- awx_collection/test/awx/test_completeness.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx_collection/test/awx/test_completeness.py b/awx_collection/test/awx/test_completeness.py index 0d87f14025..f6ee213f53 100755 --- a/awx_collection/test/awx/test_completeness.py +++ b/awx_collection/test/awx/test_completeness.py @@ -8,7 +8,7 @@ import re # Analysis variables # ----------------------------------------------------------------------------------------------------------- -# Read-only endpoints are dynamally created by an options page with no POST section +# Read-only endpoints are dynamically created by an options page with no POST section read_only_endpoint = [] # If a module should not be created for an endpoint and the endpoint is not read-only add it here @@ -50,7 +50,7 @@ return_value = 0 def determine_state(module_id, endpoint, module, parameter, api_option, module_option): global return_value - # This is a heiratchal list of things that are ok/failures based on conditions + # This is a hierarchical list of things that are ok/failures based on conditions if module_id in needs_development and module == 'N/A': return "Failed (non-blocking), needs development" if module_id in read_only_endpoint and module == 'N/A':