Author: tpot
Date: 2005-06-13 23:56:09 +0000 (Mon, 13 Jun 2005)
New Revision: 7555

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7555

Log:
Spelling fixes.

Modified:
   trunk/source/auth/auth_ntlmssp.c
   trunk/source/include/ntlmssp.h


Changeset:
Modified: trunk/source/auth/auth_ntlmssp.c
===================================================================
--- trunk/source/auth/auth_ntlmssp.c    2005-06-13 22:26:08 UTC (rev 7554)
+++ trunk/source/auth/auth_ntlmssp.c    2005-06-13 23:56:09 UTC (rev 7555)
@@ -48,7 +48,7 @@
 }
 
 /**
- * NTLM2 authentication modifies the effective challange, 
+ * NTLM2 authentication modifies the effective challenge, 
  * @param challenge The new challenge value
  */
 static NTSTATUS auth_ntlmssp_set_challenge(struct ntlmssp_state 
*ntlmssp_state, DATA_BLOB *challenge)

Modified: trunk/source/include/ntlmssp.h
===================================================================
--- trunk/source/include/ntlmssp.h      2005-06-13 22:26:08 UTC (rev 7554)
+++ trunk/source/include/ntlmssp.h      2005-06-13 23:56:09 UTC (rev 7555)
@@ -123,7 +123,7 @@
         * from the DATA_BLOB chal on this structure.
         *
         * @param ntlmssp_state This structure
-        * @param challange 8 bytes of data, agreed by the client and server to 
be the effective challenge for NTLM2 authentication
+        * @param challenge 8 bytes of data, agreed by the client and server to 
be the effective challenge for NTLM2 authentication
         *
         */
        NTSTATUS (*set_challenge)(struct ntlmssp_state *ntlmssp_state, 
DATA_BLOB *challenge);

Reply via email to