diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-01-04 19:08:39 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-01-04 19:10:28 +0000 |
commit | 4402c24ee0f9cb77bea4c8b028734e563ce5eb9a (patch) | |
tree | 7cfa7f8c9d77d034e3982d3ece0a76c85ff0f902 /src | |
parent | b33a7b88fe9b79f97b19a652781438d90ab1e5f6 (diff) | |
download | rspamd-4402c24ee0f9cb77bea4c8b028734e563ce5eb9a.tar.gz rspamd-4402c24ee0f9cb77bea4c8b028734e563ce5eb9a.zip |
[Minor] Fix spelling
Diffstat (limited to 'src')
-rw-r--r-- | src/rspamadm/rescore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rspamadm/rescore.c b/src/rspamadm/rescore.c index 957e131fc..48dbc1f1f 100644 --- a/src/rspamadm/rescore.c +++ b/src/rspamadm/rescore.c @@ -84,7 +84,7 @@ rspamadm_rescore (gint argc, gchar **argv) { ucl_object_t *obj; context = g_option_context_new ( - "rescore - Estimate optimal symbol weights from log files"); + "rescore - estimate optimal symbol weights from log files"); g_option_context_set_summary (context, "Summary:\n Rspamd administration utility version " |