1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

r18534: Fix grammar

This commit is contained in:
Simo Sorce
2006-09-14 18:07:59 +00:00
committed by Gerald (Jerry) Carter
parent c7e4c8d0b4
commit 6c9b80bde3

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