This commit is contained in:
Simo Sorce 2008-07-15 16:16:17 -04:00
parent 6980b07303
commit 4b4e0e1516

View File

@ -1319,7 +1319,7 @@ int main(int argc, char *argv[])
hints.ai_flags = AI_NUMERICHOST;
hints.ai_family = AF_UNSPEC;
/* this shoud return 2 entries, one for UDP and one for TCP */
/* this should return 2 entries, one for UDP and one for TCP */
ret = getaddrinfo(host, "kpasswd", &hints, &ai);
if (ret) {
syslog(LOG_ERR, "Error getting address info (%s) for [%s]",