diff options
author | Sebastien Badia <seb@sebian.fr> | 2017-05-13 17:19:42 +0200 |
---|---|---|
committer | Sebastien Badia <seb@sebian.fr> | 2017-05-13 17:19:45 +0200 |
commit | ea076aafdbf0162a5a86e837d0efbed984adb027 (patch) | |
tree | c1e6b418acdfd4fc3e3b41caf9c0958d0f31a1c8 /src/controller.c | |
parent | 1d128aec74a30a714c8677bae78042d1a15941eb (diff) | |
download | rspamd-ea076aafdbf0162a5a86e837d0efbed984adb027.tar.gz rspamd-ea076aafdbf0162a5a86e837d0efbed984adb027.zip |
[Minor] src: Fix spelling errors
Diffstat (limited to 'src/controller.c')
-rw-r--r-- | src/controller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.c b/src/controller.c index 7214aa59f..18b81d30e 100644 --- a/src/controller.c +++ b/src/controller.c @@ -1654,7 +1654,7 @@ rspamd_controller_handle_history_reset (struct rspamd_http_connection_entry *con 0, sizeof (*row) * (ctx->srv->history->nrows - start_row)); - msg_info_session ("<%s> reseted history", + msg_info_session ("<%s> reset history", rspamd_inet_address_to_string (session->from_addr)); rspamd_controller_send_string (conn_ent, "{\"success\":true}"); } |