]> source.dussan.org Git - rspamd.git/commitdiff
[Rspamadm] [Rescore] Fix typo 2155/head
authordehnli <dehnli@gmail.com>
Sun, 8 Apr 2018 08:31:25 +0000 (11:31 +0300)
committerGitHub <noreply@github.com>
Sun, 8 Apr 2018 08:31:25 +0000 (11:31 +0300)
src/rspamadm/rescore.c

index 34f5d708b9b7cff675c1e9c0177867e3d70915b9..9267400233a7bfd1b34cd05f7cd44a063c3d4b38 100644 (file)
@@ -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
+}