Skip to content

Commit 1fae3c3

Browse files
authored
healthcheck: typo
fix typo in healthcheck
1 parent 1230950 commit 1fae3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/healthcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ def ten_minutes(self, event):
1313
try:
1414
utils.http.request(url)
1515
except Exception as e:
16-
self.log.error("Failed to cal healthcheck-url (%s)", [url],
16+
self.log.error("Failed to call healthcheck-url (%s)", [url],
1717
exc_info=True)

0 commit comments

Comments
 (0)