From 2c283de4b3bacf0964b27dd39775d0f0af183434 Mon Sep 17 00:00:00 2001 From: dehnli Date: Sun, 8 Apr 2018 11:31:25 +0300 Subject: [PATCH] [Rspamadm] [Rescore] Fix typo --- src/rspamadm/rescore.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.39.5