From 7802d53f0a0f983ee1a923d0232e20b4fe30949d Mon Sep 17 00:00:00 2001 From: Victor Hahn Castell Date: Mon, 28 Sep 2015 18:39:02 +0200 Subject: [PATCH] Fix typo --- ngx_http_auth_ldap_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngx_http_auth_ldap_module.c b/ngx_http_auth_ldap_module.c index 4ca1d1e..0bfb513 100644 --- a/ngx_http_auth_ldap_module.c +++ b/ngx_http_auth_ldap_module.c @@ -1128,7 +1128,7 @@ ngx_http_auth_ldap_dummy_write_handler(ngx_event_t *wev) #if (NGX_OPENSSL) -/* Make sure the event hendlers are activated. */ +/* Make sure the event handlers are activated. */ static ngx_int_t ngx_http_auth_ldap_restore_handlers(ngx_connection_t *conn) {