aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérôme Lebleu <jerome@maroufle.fr>2016-06-10 19:55:58 +0200
committerJérôme Lebleu <jerome@maroufle.fr>2016-06-10 19:55:58 +0200
commitb627fdf63412e22defd0f5ef42ad34ef8330b658 (patch)
tree233f9fc11e45293bef88f316b11d66f65ad331b8
parentec64510fc496ca6e01576a53bb7862b7a9308cd3 (diff)
downloadrspamd-b627fdf63412e22defd0f5ef42ad34ef8330b658.tar.gz
rspamd-b627fdf63412e22defd0f5ef42ad34ef8330b658.zip
[Typo] Correct suppress spelling
-rw-r--r--src/rspamadm/configtest.c2
-rw-r--r--src/rspamadm/fuzzy_merge.c2
-rw-r--r--src/rspamadm/pw.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/rspamadm/configtest.c b/src/rspamadm/configtest.c
index 80c2ec759..7ba9af3fe 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 931bea0f0..92a434064 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 47c111335..fb2817c59 100644
--- a/src/rspamadm/pw.c
+++ b/src/rspamadm/pw.c
@@ -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,