diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2022-02-22 17:01:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 22:01:28 +0000 |
commit | 2b8e6958f40ef36c1508118ac36a43694283a83c (patch) | |
tree | fa9a9b6843546bdb297b00bc78b83ab4c318f724 /src/libutil/rrd.h | |
parent | 85faeb34719e2b0898d319b02416f669d70f4562 (diff) | |
download | rspamd-2b8e6958f40ef36c1508118ac36a43694283a83c.tar.gz rspamd-2b8e6958f40ef36c1508118ac36a43694283a83c.zip |
Spelling (#4086)
[Rework] Massive spelling fix from @jsoref
Diffstat (limited to 'src/libutil/rrd.h')
-rw-r--r-- | src/libutil/rrd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libutil/rrd.h b/src/libutil/rrd.h index ffffa921d..f9c619299 100644 --- a/src/libutil/rrd.h +++ b/src/libutil/rrd.h @@ -42,7 +42,7 @@ struct rrd_file_head { gdouble float_cookie; /* is it the correct double representation ? */ /* Data Base Structure Definition **** */ - gulong ds_cnt; /* how many different ds provid input to the rrd */ + gulong ds_cnt; /* how many different ds provide input to the rrd */ gulong rra_cnt; /* how many rras will be maintained in the rrd */ gulong pdp_step; /* pdp interval in seconds */ @@ -153,12 +153,12 @@ enum rrd_cdp_param { * prediction algorithm. */ CDP_hw_last_intercept, /* Last iteration intercept coefficient for the Holt-Winters - * prediction algorihtm. */ + * prediction algorithm. */ CDP_hw_slope, /* Current slope coefficient for the Holt-Winters * prediction algorithm. */ CDP_hw_last_slope, - /* Last iteration slope coeffient. */ + /* Last iteration slope coefficient. */ CDP_null_count, /* Number of sequential Unknown (DNAN) values + 1 preceding * the current prediction. |