diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-06-27 10:44:19 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-06-27 10:44:19 +0300 |
commit | bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3 (patch) | |
tree | ec38b50c99765caed67aaf23db308b17cc407d5f /src/libutil/http.h | |
parent | 146886df6d250a376b92d1bb615cb93679a7d6e8 (diff) | |
download | rspamd-bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3.tar.gz rspamd-bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3.zip |
[Minor] Massive spelling correction
by a bot https://github.com/ka7/misspell_fixer
Diffstat (limited to 'src/libutil/http.h')
-rw-r--r-- | src/libutil/http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/http.h b/src/libutil/http.h index 51d5098d8..e2e332d6f 100644 --- a/src/libutil/http.h +++ b/src/libutil/http.h @@ -545,7 +545,7 @@ void rspamd_http_router_handle_socket ( void rspamd_http_router_free (struct rspamd_http_connection_router *router); /** - * Extract arguments from a messsage's URI contained inside query string decoding + * Extract arguments from a message's URI contained inside query string decoding * them if needed * @param msg HTTP request message * @return new GHashTable which maps rspamd_ftok_t* to rspamd_ftok_t* |