diff options
author | Jérôme Lebleu <jerome@maroufle.fr> | 2016-06-10 19:55:58 +0200 |
---|---|---|
committer | Jérôme Lebleu <jerome@maroufle.fr> | 2016-06-10 19:55:58 +0200 |
commit | b627fdf63412e22defd0f5ef42ad34ef8330b658 (patch) | |
tree | 233f9fc11e45293bef88f316b11d66f65ad331b8 /src/rspamadm/fuzzy_merge.c | |
parent | ec64510fc496ca6e01576a53bb7862b7a9308cd3 (diff) | |
download | rspamd-b627fdf63412e22defd0f5ef42ad34ef8330b658.tar.gz rspamd-b627fdf63412e22defd0f5ef42ad34ef8330b658.zip |
[Typo] Correct suppress spelling
Diffstat (limited to 'src/rspamadm/fuzzy_merge.c')
-rw-r--r-- | src/rspamadm/fuzzy_merge.c | 2 |
1 files changed, 1 insertions, 1 deletions
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} }; |