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/libmime/scan_result.c | |
parent | 85faeb34719e2b0898d319b02416f669d70f4562 (diff) | |
download | rspamd-2b8e6958f40ef36c1508118ac36a43694283a83c.tar.gz rspamd-2b8e6958f40ef36c1508118ac36a43694283a83c.zip |
Spelling (#4086)
[Rework] Massive spelling fix from @jsoref
Diffstat (limited to 'src/libmime/scan_result.c')
-rw-r--r-- | src/libmime/scan_result.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmime/scan_result.c b/src/libmime/scan_result.c index 4afee30e1..e266a7e56 100644 --- a/src/libmime/scan_result.c +++ b/src/libmime/scan_result.c @@ -142,7 +142,7 @@ rspamd_add_passthrough_result (struct rspamd_task *task, scan_result = task->result; } - /* Find the speicific action config */ + /* Find the specific action config */ struct rspamd_action_config *action_config = NULL; for (unsigned int i = 0; i < scan_result->nactions; i ++) { |