svn commit: samba r15827 - in branches/SAMBA_4_0/source/smb_server/smb: .

tridge at samba.org tridge at samba.org
Tue May 23 03:53:37 GMT 2006


Author: tridge
Date: 2006-05-23 03:53:36 +0000 (Tue, 23 May 2006)
New Revision: 15827

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

Log:

fixed a spelling error

Modified:
   branches/SAMBA_4_0/source/smb_server/smb/reply.c


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/smb/reply.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/smb/reply.c	2006-05-23 03:53:23 UTC (rev 15826)
+++ branches/SAMBA_4_0/source/smb_server/smb/reply.c	2006-05-23 03:53:36 UTC (rev 15827)
@@ -1239,7 +1239,7 @@
 		talloc_free(h);
 	}
 
-	/* finaly destroy the tcon */
+	/* finally destroy the tcon */
 	talloc_free(req->tcon);
 	req->tcon = NULL;
 



More information about the samba-cvs mailing list