svn commit: samba r18534 - in branches: SAMBA_3_0/source/lib SAMBA_3_0_23/source/lib

idra at samba.org idra at samba.org
Thu Sep 14 18:07:59 GMT 2006


Author: idra
Date: 2006-09-14 18:07:59 +0000 (Thu, 14 Sep 2006)
New Revision: 18534

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

Log:

Fix grammar


Modified:
   branches/SAMBA_3_0/source/lib/util.c
   branches/SAMBA_3_0_23/source/lib/util.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/util.c
===================================================================
--- branches/SAMBA_3_0/source/lib/util.c	2006-09-14 16:37:13 UTC (rev 18533)
+++ branches/SAMBA_3_0/source/lib/util.c	2006-09-14 18:07:59 UTC (rev 18534)
@@ -2851,7 +2851,7 @@
 			DEBUG(1, ("WARNING: your /etc/hosts file may be broken!\n"));
 			DEBUGADD(1, ("    Specifing the machine hostname for address 127.0.0.1 may lead\n"));
 			DEBUGADD(1, ("    to Kerberos authentication probelms as localhost.localdomain\n"));
-			DEBUGADD(1, ("    may end up to be used instead of the real machine FQDN.\n"));
+			DEBUGADD(1, ("    may end up being used instead of the real machine FQDN.\n"));
 			full = hp->h_name;
 		}
 			

Modified: branches/SAMBA_3_0_23/source/lib/util.c
===================================================================
--- branches/SAMBA_3_0_23/source/lib/util.c	2006-09-14 16:37:13 UTC (rev 18533)
+++ branches/SAMBA_3_0_23/source/lib/util.c	2006-09-14 18:07:59 UTC (rev 18534)
@@ -2848,7 +2848,7 @@
 			DEBUG(1, ("WARNING: your /etc/hosts file may be broken!\n"));
 			DEBUGADD(1, ("    Specifing the machine hostname for address 127.0.0.1 may lead\n"));
 			DEBUGADD(1, ("    to Kerberos authentication probelms as localhost.localdomain\n"));
-			DEBUGADD(1, ("    may end up to be used instead of the real machine FQDN.\n"));
+			DEBUGADD(1, ("    may end up being used instead of the real machine FQDN.\n"));
 			full = hp->h_name;
 		}
 			



More information about the samba-cvs mailing list