]> source.dussan.org Git - rspamd.git/commitdiff
[Typo] Correct suppress spelling 657/head
authorJérôme Lebleu <jerome@maroufle.fr>
Fri, 10 Jun 2016 17:55:58 +0000 (19:55 +0200)
committerJérôme Lebleu <jerome@maroufle.fr>
Fri, 10 Jun 2016 17:55:58 +0000 (19:55 +0200)
src/rspamadm/configtest.c
src/rspamadm/fuzzy_merge.c
src/rspamadm/pw.c

index 80c2ec7596eee85205fcba477db0f2952e7e0a25..7ba9af3fef60c9d9df78d961b79435954f0db222 100644 (file)
@@ -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,
index 931bea0f08e3702c9e90a776305ed1fae7ed266a..92a43406498cdc5d0a0677a1432c87a16491f628 100644 (file)
@@ -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}
 };
 
index 47c1113359fdbfe19a4141144f0ef9a70b692413..fb2817c593bc36e81912143697a11f9a8a0f6e24 100644 (file)
@@ -44,7 +44,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},
                {"type", 't', 0, G_OPTION_ARG_STRING, &type,