diff options
Diffstat (limited to 'src/worker_private.h')
-rw-r--r-- | src/worker_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/worker_private.h b/src/worker_private.h index d3339ea26..50a53a624 100644 --- a/src/worker_private.h +++ b/src/worker_private.h @@ -42,7 +42,7 @@ struct rspamd_worker_ctx { gboolean is_http; /* JSON output */ gboolean is_json; - /* Allow learning throught worker */ + /* Allow learning through worker */ gboolean allow_learn; /* Limit of tasks */ guint32 max_tasks; |