fix typo (fixes #2519)

From: Stefan Bühler <stbuehler@web.de>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2916 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.34
Stefan Bühler 2013-11-10 13:49:47 +00:00
parent 1985df2a48
commit 4938c94ada
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}