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/libserver/cfg_file.h | |
parent | 85faeb34719e2b0898d319b02416f669d70f4562 (diff) | |
download | rspamd-2b8e6958f40ef36c1508118ac36a43694283a83c.tar.gz rspamd-2b8e6958f40ef36c1508118ac36a43694283a83c.zip |
Spelling (#4086)
[Rework] Massive spelling fix from @jsoref
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r-- | src/libserver/cfg_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h index 7af4b75a9..61999d547 100644 --- a/src/libserver/cfg_file.h +++ b/src/libserver/cfg_file.h @@ -129,7 +129,7 @@ enum rspamd_symbol_flags { RSPAMD_SYMBOL_FLAG_NORMAL = 0, RSPAMD_SYMBOL_FLAG_IGNORE_METRIC = (1 << 1), RSPAMD_SYMBOL_FLAG_ONEPARAM = (1 << 2), - RSPAMD_SYMBOL_FLAG_UNGROUPPED = (1 << 3), + RSPAMD_SYMBOL_FLAG_UNGROUPED = (1 << 3), RSPAMD_SYMBOL_FLAG_DISABLED = (1 << 4), RSPAMD_SYMBOL_FLAG_UNSCORED = (1 << 5), }; |