summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/response.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/response.c b/src/response.c
index 1198d491..ffa4aae4 100644
--- a/src/response.c
+++ b/src/response.c
@@ -355,7 +355,7 @@ handler_t http_response_prepare(server *srv, connection *con) {
}
if (con->conf.log_request_handling) {
- log_error_write(srv, __FILE__, __LINE__, "s", "-- sanatising URI");
+ log_error_write(srv, __FILE__, __LINE__, "s", "-- sanitising URI");
log_error_write(srv, __FILE__, __LINE__, "sb", "URI-path : ", con->uri.path);
}