--------------------- PatchSet 7144 Date: 2005/10/30 09:15:33 Author: serassio Branch: negotiate-2_5 Tag: (none) Log: Spell check Members: src/auth/negotiate/auth_negotiate.c:1.1.2.6->1.1.2.7 Index: squid/src/auth/negotiate/auth_negotiate.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/negotiate/auth_negotiate.c,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -u -r1.1.2.6 -r1.1.2.7 --- squid/src/auth/negotiate/auth_negotiate.c 22 Oct 2005 17:56:55 -0000 1.1.2.6 +++ squid/src/auth/negotiate/auth_negotiate.c 30 Oct 2005 09:15:33 -0000 1.1.2.7 @@ -1,6 +1,6 @@ /* - * $Id: auth_negotiate.c,v 1.1.2.6 2005/10/22 17:56:55 hno Exp $ + * $Id: auth_negotiate.c,v 1.1.2.7 2005/10/30 09:15:33 serassio Exp $ * * DEBUG: section 29 Negotiate Authenticator * AUTHOR: Robert Collins @@ -472,7 +472,7 @@ negotiate_request->server_blob = xstrdup(blob); negotiate_request->auth_state = AUTHENTICATE_STATE_NEGOTIATE; safe_free(auth_user_request->message); - auth_user_request->message = xstrdup("Authenication in progress"); + auth_user_request->message = xstrdup("Authentication in progress"); debug(29, 4) ("authenticateNegotiateHandleReply: Need to challenge the client with a server blob '%s'\n", blob); } else if (strncasecmp(reply, "AF ", 3) == 0 && arg != NULL) { /* we're finished, release the helper */