From ab6e7ff87609dd31ca6c5fceacb56f49c60240c0 Mon Sep 17 00:00:00 2001 From: tmauro-nginx Date: Wed, 13 May 2015 16:43:29 -0700 Subject: [PATCH] Update nginx-ldap-auth-daemon.py Corrected typo in comment. --- nginx-ldap-auth-daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-ldap-auth-daemon.py b/nginx-ldap-auth-daemon.py index 3ef5ada..a854bcf 100755 --- a/nginx-ldap-auth-daemon.py +++ b/nginx-ldap-auth-daemon.py @@ -25,7 +25,7 @@ class AuthHTTPServer(ThreadingMixIn, HTTPServer): #class AuthHTTPServer(ForkingMixIn, HTTPServer): # pass # ----------------------------------------------------------------------------- -# Requests are process with UNIX sockets +# Requests are processed with UNIX sockets #import threading #from SocketServer import ThreadingUnixStreamServer #class AuthHTTPServer(ThreadingUnixStreamServer, HTTPServer):