]> git.samba.org - samba.git/commitdiff
r18530: typos
authorSimo Sorce <idra@samba.org>
Thu, 14 Sep 2006 16:33:47 +0000 (16:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:51:48 +0000 (11:51 -0500)
(This used to be commit 8c5c4959ede04e1cdbfe65beeee1f67ac0a93753)

source3/lib/util.c

index 086b3c7068e9666e7f6877619b30c8d2ff7360ba..031f50e8af6ed9785a037aec1314eb98eccaaf5c 100644 (file)
@@ -2835,7 +2835,7 @@ void name_to_fqdn(fstring fqdn, const char *name)
        if ( hp && hp->h_name && *hp->h_name ) {
                char *full = NULL;
 
-               /* find out i fthe fqdn is returned as an alias
+               /* find out ithe 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 @@ void name_to_fqdn(fstring fqdn, const char *name)
                }
                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;