From 780e8e6ef4492121cdefaa3a42be846e0789b5f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sun, 21 Jun 2015 12:47:16 +0000 Subject: [PATCH] minor spelling fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Stefan Bühler git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2991 152afb58-edef-0310-8abb-c4023f1b3aa9 --- src/mod_auth.c | 2 +- src/mod_skeleton.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod_auth.c b/src/mod_auth.c index edddaa80..91106b4a 100644 --- a/src/mod_auth.c +++ b/src/mod_auth.c @@ -279,7 +279,7 @@ static handler_t mod_auth_uri_handler(server *srv, connection *con, void *p_d) { } } else { log_error_write(srv, __FILE__, __LINE__, "ss", - "unknown authentification type:", + "unknown authentication type:", http_authorization); } } diff --git a/src/mod_skeleton.c b/src/mod_skeleton.c index 8461279d..f6c088af 100644 --- a/src/mod_skeleton.c +++ b/src/mod_skeleton.c @@ -65,7 +65,7 @@ INIT_FUNC(mod_skeleton_init) { return p; } -/* detroy the plugin data */ +/* destroy the plugin data */ FREE_FUNC(mod_skeleton_free) { plugin_data *p = p_d;