]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Spell check.
authorserassio <>
Sat, 29 Oct 2005 00:19:57 +0000 (00:19 +0000)
committerserassio <>
Sat, 29 Oct 2005 00:19:57 +0000 (00:19 +0000)
src/auth/negotiate/auth_negotiate.cc

index b8e7c34debb43d5b88df7eb28d76ce6067cf776c..bc5078a9598c7ccccdb41d0a2bf26478136f70fa 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: auth_negotiate.cc,v 1.1 2005/10/23 11:55:38 hno Exp $
+ * $Id: auth_negotiate.cc,v 1.2 2005/10/28 18:19:57 serassio Exp $
  *
  * DEBUG: section 29    Negotiate Authenticator
  * AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli
@@ -440,7 +440,7 @@ authenticateNegotiateHandleReply(void *data, void *lastserver, char *reply)
 
         negotiate_request->auth_state = AUTHENTICATE_STATE_IN_PROGRESS;
 
-        auth_user_request->denyMessage("Authenication in progress");
+        auth_user_request->denyMessage("Authentication in progress");
 
         debug(29, 4) ("authenticateNegotiateHandleReply: Need to challenge the client with a server blob '%s'\n", blob);