From d6943ee54635d08e4d3ad433e8a8c65e3cd29a9f Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 14 Sep 2006 18:07:59 +0000 Subject: r18534: Fix grammar (This used to be commit 6c9b80bde39be7feb15f0fab4024a1de2980f4c1) --- source3/lib/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit