summaryrefslogtreecommitdiffstats
path: root/health/health_log.c
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2021-04-14 05:26:24 -0400
committerGitHub <noreply@github.com>2021-04-14 12:26:24 +0300
commit523ba27649367a7673dd448c261a696628892733 (patch)
treed9776d1632ee200f70cb88682945fde9ad87b07a /health/health_log.c
parentd07f248e7554f8c20e62ad8c65fbd8aaab67418f (diff)
Spelling health (#10916)
Diffstat (limited to 'health/health_log.c')
-rw-r--r--health/health_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health_log.c b/health/health_log.c
index 3205f5920b..5cdaf69cb9 100644
--- a/health/health_log.c
+++ b/health/health_log.c
@@ -301,7 +301,7 @@ static inline ssize_t health_alarm_log_read(RRDHOST *host, FILE *fp, const char
continue;
}
- // check for a possible host missmatch
+ // check for a possible host mismatch
//if(strcmp(pointers[1], host->hostname))
// error("HEALTH [%s]: line %zu of file '%s' provides an alarm for host '%s' but this is named '%s'.", host->hostname, line, filename, pointers[1], host->hostname);