From eb7735000ede38d84a14ee39cd225f8cb9c257ea Mon Sep 17 00:00:00 2001 From: zhongjun2 Date: Wed, 3 Apr 2019 18:37:30 +0800 Subject: [PATCH] Fix typo (#54770) --- lib/ansible/module_utils/hwc_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/module_utils/hwc_utils.py b/lib/ansible/module_utils/hwc_utils.py index baa2342d7f7..59850b6bc4a 100644 --- a/lib/ansible/module_utils/hwc_utils.py +++ b/lib/ansible/module_utils/hwc_utils.py @@ -143,7 +143,7 @@ class HwcSession(object): if not e or e.url == "": self.module.fail_json( - msg="Can not find the enpoint for %s" % service_type) + msg="Can not find the endpoint for %s" % service_type) url = e.url if url[-1] != "/":