--------------------- PatchSet 1169 Date: 2001/01/07 12:56:08 Author: rbcollins Branch: auth_rewrite Tag: (none) Log: spelling error fixed Members: src/auth/ntlm/auth_ntlm.c:1.1.2.18->1.1.2.19 Index: squid/src/auth/ntlm/auth_ntlm.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/ntlm/auth_ntlm.c,v retrieving revision 1.1.2.18 retrieving revision 1.1.2.19 diff -u -r1.1.2.18 -r1.1.2.19 --- squid/src/auth/ntlm/auth_ntlm.c 7 Jan 2001 09:48:32 -0000 1.1.2.18 +++ squid/src/auth/ntlm/auth_ntlm.c 7 Jan 2001 12:56:08 -0000 1.1.2.19 @@ -714,7 +714,7 @@ debug(29, 4) ("authenticateNTLMHelperServerAvailable: starving - returning 0\n"); return 0; } else { - debug(29, 4) ("authenticateNTLMHelperServerAvailable: not startving - returning 1\n"); + debug(29, 4) ("authenticateNTLMHelperServerAvailable: not starving - returning 1\n"); return 1; } }