From: dehnli Date: Sun, 8 Apr 2018 08:31:25 +0000 (+0300) Subject: [Rspamadm] [Rescore] Fix typo X-Git-Tag: 1.7.3~17^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2155%2Fhead;p=rspamd.git [Rspamadm] [Rescore] Fix typo --- diff --git a/src/rspamadm/rescore.c b/src/rspamadm/rescore.c index 34f5d708b..926740023 100644 --- a/src/rspamadm/rescore.c +++ b/src/rspamadm/rescore.c @@ -48,7 +48,7 @@ static GOptionEntry entries[] = { {"logdir", 'l', 0, G_OPTION_ARG_FILENAME, &logdir, "Logs directory", NULL}, {"output", 'o', 0, G_OPTION_ARG_FILENAME, &output, - "Scores output locaiton", NULL}, + "Scores output location", NULL}, {"diff", 'd', 0, G_OPTION_ARG_NONE, &score_diff, "Print score diff", NULL}, {"config", 'c', 0, G_OPTION_ARG_STRING, &config, @@ -196,4 +196,4 @@ rspamadm_rescore (gint argc, gchar **argv) { cfg->rcl_obj, "rescore"); } -} \ No newline at end of file +}