summaryrefslogtreecommitdiffstats
path: root/src/controller.c
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2017-03-27 09:46:56 +0200
committerAndrew Lewis <nerf@judo.za.org>2017-03-27 09:46:56 +0200
commit93fd1765f6e00f6a38510d379d1d27507d0be02f (patch)
tree7a4cfc34776697894a3f96b3be4d28989b5670e6 /src/controller.c
parentc2c22ebd53bbd65fb062a34c262005d72935814f (diff)
downloadrspamd-93fd1765f6e00f6a38510d379d1d27507d0be02f.tar.gz
rspamd-93fd1765f6e00f6a38510d379d1d27507d0be02f.zip
[Minor] Fix English
Diffstat (limited to 'src/controller.c')
-rw-r--r--src/controller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.c b/src/controller.c
index e878806a5..71d21048f 100644
--- a/src/controller.c
+++ b/src/controller.c
@@ -1117,7 +1117,7 @@ rspamd_controller_handle_pie_chart (
ucl_array_append (top, rspamd_controller_pie_element (
METRIC_ACTION_NOACTION, "Clean", data[0]));
ucl_array_append (top, rspamd_controller_pie_element (
- METRIC_ACTION_SOFT_REJECT, "Temporary rejected", data[1]));
+ METRIC_ACTION_SOFT_REJECT, "Temporarily rejected", data[1]));
ucl_array_append (top, rspamd_controller_pie_element (
METRIC_ACTION_ADD_HEADER, "Probable spam", data[2]));
ucl_array_append (top, rspamd_controller_pie_element (