From 6d5005d9c7d343b1cd0c9cc1c531165e0c9d1742 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Mon, 27 Jun 2005 10:42:56 +0000 Subject: [PATCH] fixed typo git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@409 152afb58-edef-0310-8abb-c4023f1b3aa9 --- src/response.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/response.c b/src/response.c index 54c197f4..57aaaef0 100644 --- a/src/response.c +++ b/src/response.c @@ -957,7 +957,7 @@ handler_t http_response_prepare(server *srv, connection *con) { buffer_path_simplify(con->uri.path, srv->tmp_buf); 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); }