svn commit: samba r4948 - in branches/SAMBA_4_0/source/libnet: .

mimir at samba.org mimir at samba.org
Sun Jan 23 22:14:44 GMT 2005


Author: mimir
Date: 2005-01-23 22:14:44 +0000 (Sun, 23 Jan 2005)
New Revision: 4948

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

Log:
Typo fixes in comments.


rafal


Modified:
   branches/SAMBA_4_0/source/libnet/libnet_rpc.h


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_rpc.h
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_rpc.h	2005-01-23 14:11:42 UTC (rev 4947)
+++ branches/SAMBA_4_0/source/libnet/libnet_rpc.h	2005-01-23 22:14:44 UTC (rev 4948)
@@ -45,7 +45,7 @@
 };
 
 union libnet_rpc_connect {
-	/* connect to a standart server */
+	/* connect to a standard server */
 	struct {
 		enum libnet_rpc_connect_level level;
 
@@ -62,7 +62,7 @@
 		} out;
 	} standard;
 
-	/* connect to a domains PDC */
+	/* connect to a domain PDC */
 	struct {
 		enum libnet_rpc_connect_level level;
 



More information about the samba-cvs mailing list