]> source.dussan.org Git - rspamd.git/commitdiff
[Typo] Correct suppress spelling
authorJérôme Lebleu <jerome@maroufle.fr>
Fri, 10 Jun 2016 17:55:58 +0000 (19:55 +0200)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 16 Jun 2016 07:58:05 +0000 (08:58 +0100)
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 13bef43ef3d1ef8ba282c1acb74ad90394e9eda6..33b56dac3cc43c0512e5ce7a06b344cb754f694e 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 b11b671f7ba9a62ef92eb312d5ed41bda3df2937..6bdad712a449246de3471fb0e474428f20352238 100644 (file)
@@ -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}