diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-06 17:53:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-06 17:53:41 +0100 |
commit | 714cc7ffd10a864477488b759c54205c91a99bf8 (patch) | |
tree | 00b1c8c30054e36a572051219cd6c2fbafca14c7 | |
parent | c8284bb7e76483d6109c0cd8810f3dee2e192a71 (diff) | |
parent | 22ab95203ba1fffd7a7f49525f2afd2fd2930dfc (diff) | |
download | rspamd-714cc7ffd10a864477488b759c54205c91a99bf8.tar.gz rspamd-714cc7ffd10a864477488b759c54205c91a99bf8.zip |
Merge pull request #2463 from negram/misprint
[Minor] Misprint
-rw-r--r-- | src/rspamadm/confighelp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rspamadm/confighelp.c b/src/rspamadm/confighelp.c index 85564cf4c..e0ca2a3fc 100644 --- a/src/rspamadm/confighelp.c +++ b/src/rspamadm/confighelp.c @@ -71,7 +71,7 @@ rspamadm_confighelp_help (gboolean full_help, const struct rspamadm_command *cmd "-P: use specific Lua plugins path\n" "--no-color: disable coloured output\n" "--short: show only option names\n" - "--no-examples: do not show examples (impied by --short)\n" + "--no-examples: do not show examples (implied by --short)\n" "--help: shows available options and commands"; } else { |