Typo: Specifing -> specifying.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 30 Mar 2014 02:05:45 +0000 (04:05 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 13 Apr 2014 14:55:05 +0000 (16:55 +0200)
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Change-Id: I80286441b32cd0b8384610b5b6db7790b8a22d48
Reviewed-on: https://gerrit.samba.org/221
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/lib/util.c

index 945fc971e97cfdc79a3501fc7290e161950c59dd..f11d6f153d072d4fd05e61ea2703ef2ec81c4ad1 100644 (file)
@@ -1856,7 +1856,7 @@ bool name_to_fqdn(fstring fqdn, const char *name)
        }
        if (full && (strcasecmp_m(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, ("    Specifying the machine hostname for address 127.0.0.1 may lead\n"));
                DEBUGADD(1, ("    to Kerberos authentication problems as localhost.localdomain\n"));
                DEBUGADD(1, ("    may end up being used instead of the real machine FQDN.\n"));
                full = hp->h_name;