1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r18534: Fix grammar

(This used to be commit 6c9b80bde39be7feb15f0fab4024a1de2980f4c1)
This commit is contained in:
Simo Sorce 2006-09-14 18:07:59 +00:00 committed by Gerald (Jerry) Carter
parent 041e49d196
commit d6943ee546

View File

@ -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;
}