Fix typo (#54770)
This commit is contained in:
parent
6155701e36
commit
eb7735000e
1 changed files with 1 additions and 1 deletions
|
@ -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] != "/":
|
||||
|
|
Loading…
Reference in a new issue