svn commit: samba r18806 - in branches/SAMBA_4_0/source/smbd: .

tridge at samba.org tridge at samba.org
Fri Sep 22 03:49:41 GMT 2006


Author: tridge
Date: 2006-09-22 03:49:40 +0000 (Fri, 22 Sep 2006)
New Revision: 18806

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

Log:

fixed two spelling errors

Modified:
   branches/SAMBA_4_0/source/smbd/service_stream.c


Changeset:
Modified: branches/SAMBA_4_0/source/smbd/service_stream.c
===================================================================
--- branches/SAMBA_4_0/source/smbd/service_stream.c	2006-09-22 03:49:24 UTC (rev 18805)
+++ branches/SAMBA_4_0/source/smbd/service_stream.c	2006-09-22 03:49:40 UTC (rev 18806)
@@ -57,14 +57,14 @@
 	struct event_context *event_ctx = srv_conn->event.ctx;
 	const struct model_ops *model_ops = srv_conn->model_ops;
 
-	if (!reason) reason = "unknwon reason";
+	if (!reason) reason = "unknown reason";
 
 	srv_conn->terminate = reason;
 
 	if (srv_conn->processing) {
 		/* 
 		 * if we're currently inside the stream_io_handler(),
-		 * deferr the termination to the end of stream_io_hendler()
+		 * defer the termination to the end of stream_io_hendler()
 		 *
 		 * and we don't want to read or write to the connection...
 		 */



More information about the samba-cvs mailing list