fixed typo

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@447 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.3.15
Jan Kneschke 2005-07-15 13:44:54 +00:00
parent 0c9b4d42ff
commit b11c59ce62
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ int config_patch_connection(server *srv, connection *con, const char *stage, siz
PATCH(dirlist_encoding);
} else if (buffer_is_equal_string(du->key, CONST_STR_LEN("server.error-handler-404"))) {
PATCH(error_handler);
} else if (buffer_is_equal_string(du->key, CONST_STR_LEN("server.errorfi"))) {
} else if (buffer_is_equal_string(du->key, CONST_STR_LEN("server.errorfile-prefix"))) {
PATCH(errorfile_prefix);
} else if (buffer_is_equal_string(du->key, CONST_STR_LEN("server.indexfiles"))) {
PATCH(indexfiles);