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;