healthcheck: typo

fix typo in healthcheck
This commit is contained in:
Terrance Robotham 2020-02-08 22:09:51 -05:00 committed by GitHub
parent 1230950e23
commit 1fae3c378d

View file

@ -13,5 +13,5 @@ class Module(ModuleManager.BaseModule):
try:
utils.http.request(url)
except Exception as e:
self.log.error("Failed to cal healthcheck-url (%s)", [url],
self.log.error("Failed to call healthcheck-url (%s)", [url],
exc_info=True)