From: Jérôme Lebleu Date: Fri, 10 Jun 2016 17:55:58 +0000 (+0200) Subject: [Typo] Correct suppress spelling X-Git-Tag: 1.2.8~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c0a74a00eca293e1f04d43c8dd381a78d6fca5a;p=thirdparty%2Frspamd.git [Typo] Correct suppress spelling --- diff --git a/src/rspamadm/configtest.c b/src/rspamadm/configtest.c index 80c2ec7596..7ba9af3fef 100644 --- a/src/rspamadm/configtest.c +++ b/src/rspamadm/configtest.c @@ -40,7 +40,7 @@ struct rspamadm_command configtest_command = { static GOptionEntry entries[] = { {"quiet", 'q', 0, G_OPTION_ARG_NONE, &quiet, - "Supress output", NULL}, + "Suppress output", NULL}, {"config", 'c', 0, G_OPTION_ARG_STRING, &config, "Config file to test", NULL}, {"strict", 's', 0, G_OPTION_ARG_NONE, &strict, diff --git a/src/rspamadm/fuzzy_merge.c b/src/rspamadm/fuzzy_merge.c index 13bef43ef3..33b56dac3c 100644 --- a/src/rspamadm/fuzzy_merge.c +++ b/src/rspamadm/fuzzy_merge.c @@ -38,7 +38,7 @@ static GOptionEntry entries[] = { {"destination", 'd', 0, G_OPTION_ARG_STRING, &target, "Destination db", NULL}, {"quiet", 'q', 0, G_OPTION_ARG_NONE, &quiet, - "Supress output", NULL}, + "Suppress output", NULL}, {NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL} }; diff --git a/src/rspamadm/pw.c b/src/rspamadm/pw.c index b11b671f7b..6bdad712a4 100644 --- a/src/rspamadm/pw.c +++ b/src/rspamadm/pw.c @@ -42,7 +42,7 @@ static GOptionEntry entries[] = { {"check", 'c', 0, G_OPTION_ARG_NONE, &do_check, "Check password", NULL}, {"quiet", 'q', 0, G_OPTION_ARG_NONE, &quiet, - "Supress output", NULL}, + "Suppress output", NULL}, {"password", 'p', 0, G_OPTION_ARG_STRING, &password, "Input password", NULL}, {NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL}