From 2a4650607a95ff1b54d433d6cec27a172461e1a5 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 14 Apr 2021 05:34:27 -0400 Subject: Spelling database (#10914) --- database/rrd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database/rrd.h') diff --git a/database/rrd.h b/database/rrd.h index 59d0501bdb..235922d761 100644 --- a/database/rrd.h +++ b/database/rrd.h @@ -819,7 +819,7 @@ struct rrdhost { char *health_default_exec; // the full path of the alarms notifications program char *health_default_recipient; // the default recipient for all alarms char *health_log_filename; // the alarms event log filename - size_t health_log_entries_written; // the number of alarm events writtern to the alarms event log + size_t health_log_entries_written; // the number of alarm events written to the alarms event log FILE *health_log_fp; // the FILE pointer to the open alarms event log file uint32_t health_default_warn_repeat_every; // the default value for the interval between repeating warning notifications uint32_t health_default_crit_repeat_every; // the default value for the interval between repeating critical notifications -- cgit v1.2.3