Author: tpot
Date: 2004-12-08 10:36:14 +0000 (Wed, 08 Dec 2004)
New Revision: 4099

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

Log:
Spelling fixes.

Modified:
   branches/SAMBA_4_0/source/smb_server/negprot.c
   branches/SAMBA_4_0/source/smb_server/signing.c


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/negprot.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/negprot.c      2004-12-08 10:24:10 UTC 
(rev 4098)
+++ branches/SAMBA_4_0/source/smb_server/negprot.c      2004-12-08 10:36:14 UTC 
(rev 4099)
@@ -62,7 +62,7 @@
 
        if (req->smb_conn->signing.mandatory_signing) {
                smbsrv_terminate_connection(req->smb_conn, 
-                                           "CORE does not support SMB signing, 
and it is mandetory\n");
+                                           "CORE does not support SMB signing, 
and it is mandatory\n");
                return;
        }
 
@@ -95,7 +95,7 @@
 
        if (req->smb_conn->signing.mandatory_signing) {
                smbsrv_terminate_connection(req->smb_conn, 
-                                           "COREPLUS does not support SMB 
signing, and it is mandetory\n");
+                                           "COREPLUS does not support SMB 
signing, and it is mandatory\n");
                return;
        }
 
@@ -146,7 +146,7 @@
 
        if (req->smb_conn->signing.mandatory_signing) {
                smbsrv_terminate_connection(req->smb_conn, 
-                                           "LANMAN1 does not support SMB 
signing, and it is mandetory\n");
+                                           "LANMAN1 does not support SMB 
signing, and it is mandatory\n");
                return;
        }
 
@@ -195,7 +195,7 @@
 
        if (req->smb_conn->signing.mandatory_signing) {
                smbsrv_terminate_connection(req->smb_conn, 
-                                           "LANMAN2 does not support SMB 
signing, and it is mandetory\n");
+                                           "LANMAN2 does not support SMB 
signing, and it is mandatory\n");
                return;
        }
 

Modified: branches/SAMBA_4_0/source/smb_server/signing.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/signing.c      2004-12-08 10:24:10 UTC 
(rev 4098)
+++ branches/SAMBA_4_0/source/smb_server/signing.c      2004-12-08 10:36:14 UTC 
(rev 4099)
@@ -84,8 +84,8 @@
                srv_setup_signing(smb_conn, session_key, response);
                smb_conn->signing.next_seq_num = 2;
                if (smb_conn->signing.mandatory_signing) {
-                       DEBUG(5, ("Configured for mandetory signing, 'good 
packet seen' forced on\n"));
-                       /* if this is mandetory, then
+                       DEBUG(5, ("Configured for mandatory signing, 'good 
packet seen' forced on\n"));
+                       /* if this is mandatory, then
                         * pretend we have seen a
                         * valid packet, so we don't
                         * turn it off */

Reply via email to