summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-09-14 18:07:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:51:48 -0500
commitd6943ee54635d08e4d3ad433e8a8c65e3cd29a9f (patch)
treebcea9b79350979684a8c9b982bd021030603b202 /source3/lib/util.c
parent041e49d19604e5e0688abd02869eebabf8c585b0 (diff)
downloadsamba-d6943ee54635d08e4d3ad433e8a8c65e3cd29a9f.tar.gz
samba-d6943ee54635d08e4d3ad433e8a8c65e3cd29a9f.tar.bz2
samba-d6943ee54635d08e4d3ad433e8a8c65e3cd29a9f.zip
r18534: Fix grammar
(This used to be commit 6c9b80bde39be7feb15f0fab4024a1de2980f4c1)
Diffstat (limited to 'source3/lib/util.c')
-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 031f50e8af..e04ed977bb 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -2851,7 +2851,7 @@ void name_to_fqdn(fstring fqdn, const char *name)
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, (" to Kerberos authentication probelms as localhost.localdomain\n"));
- DEBUGADD(1, (" may end up to be used instead of the real machine FQDN.\n"));
+ DEBUGADD(1, (" may end up being used instead of the real machine FQDN.\n"));
full = hp->h_name;
}