From 8c5c4959ede04e1cdbfe65beeee1f67ac0a93753 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 14 Sep 2006 16:33:47 +0000 Subject: [PATCH] r18530: typos --- source/lib/util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/lib/util.c b/source/lib/util.c index 086b3c7068e..031f50e8af6 100644 --- a/source/lib/util.c +++ b/source/lib/util.c @@ -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 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 @@ 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; -- 2.11.4.GIT