svn commit: samba r7569 - in branches/SAMBA_4_0/source/libcli/raw: .

tpot at samba.org tpot at samba.org
Tue Jun 14 06:50:14 GMT 2005


Author: tpot
Date: 2005-06-14 06:50:12 +0000 (Tue, 14 Jun 2005)
New Revision: 7569

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

Log:
Fix typo in comments.

Modified:
   branches/SAMBA_4_0/source/libcli/raw/clisession.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/raw/clisession.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/raw/clisession.c	2005-06-14 03:55:27 UTC (rev 7568)
+++ branches/SAMBA_4_0/source/libcli/raw/clisession.c	2005-06-14 06:50:12 UTC (rev 7569)
@@ -231,7 +231,7 @@
 
 
 /****************************************************************************
- Send a uloggoff (async send)
+ Send a ulogoff (async send)
 *****************************************************************************/
 struct smbcli_request *smb_raw_ulogoff_send(struct smbcli_session *session)
 {
@@ -251,7 +251,7 @@
 }
 
 /****************************************************************************
- Send a uloggoff (sync interface)
+ Send a ulogoff (sync interface)
 *****************************************************************************/
 NTSTATUS smb_raw_ulogoff(struct smbcli_session *session)
 {



More information about the samba-cvs mailing list