svn commit: samba r18530 - in branches/SAMBA_3_0/source/lib: .

idra at samba.org idra at samba.org
Thu Sep 14 16:33:47 GMT 2006


Author: idra
Date: 2006-09-14 16:33:47 +0000 (Thu, 14 Sep 2006)
New Revision: 18530

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

Log:

typos


Modified:
   branches/SAMBA_3_0/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:29:07 UTC (rev 18529)
+++ branches/SAMBA_3_0/source/lib/util.c	2006-09-14 16:33:47 UTC (rev 18530)
@@ -2835,7 +2835,7 @@
 	if ( hp && hp->h_name && *hp->h_name ) {
 		char *full = NULL;
 
-		/* find out i fthe fqdn is returned as an alias
+		/* find out if the fqdn is returned as an alias
 		 * to cope with /etc/hosts files where the first
 		 * name is not the fqdn but the short name */
 		if (hp->h_aliases && (! strchr_m(hp->h_name, '.'))) {
@@ -2849,7 +2849,7 @@
 		}
 		if (full && (StrCaseCmp(full, "localhost.localdomain") == 0)) {
 			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, ("    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"));
 			full = hp->h_name;



More information about the samba-cvs mailing list