summaryrefslogtreecommitdiffstats
path: root/database/rrd.h
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2021-04-14 05:34:27 -0400
committerGitHub <noreply@github.com>2021-04-14 12:34:27 +0300
commit2a4650607a95ff1b54d433d6cec27a172461e1a5 (patch)
tree6bb0d0aede5f8907cbe099126a1525fdad8ef369 /database/rrd.h
parent963ed4a178592a4f80d7cc71a6d0e8cc6ee4b89b (diff)
Spelling database (#10914)
Diffstat (limited to 'database/rrd.h')
-rw-r--r--database/rrd.h2
1 files changed, 1 insertions, 1 deletions
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