summaryrefslogtreecommitdiffstats
path: root/source3/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-03-30 04:05:45 +0200
committerJelmer Vernooij <jelmer@samba.org>2014-04-13 16:55:05 +0200
commit9de0dc792d422145291a8682e5560f5444ec1e70 (patch)
treec1d619256ce6a2bbfd91219b7ae8700bcde8650e /source3/lib
parente49bae7ac9fb0be4cbb4530d75a4431cbbb495c8 (diff)
downloadsamba-9de0dc792d422145291a8682e5560f5444ec1e70.tar.gz
samba-9de0dc792d422145291a8682e5560f5444ec1e70.tar.xz
samba-9de0dc792d422145291a8682e5560f5444ec1e70.zip
Typo: Specifing -> specifying.
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>
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index 945fc971e97..f11d6f153d0 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -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;