Fix typo in comment.
MFC after: 3 days
This commit is contained in:
parent
b5b4042f4a
commit
306b4958cf
@ -85,7 +85,7 @@ isitme(const char *name)
|
||||
size_t bufsize;
|
||||
|
||||
/*
|
||||
* First check if the give name matches our full hostname.
|
||||
* First check if the given name matches our full hostname.
|
||||
*/
|
||||
if (gethostname(buf, sizeof(buf)) < 0) {
|
||||
pjdlog_errno(LOG_ERR, "gethostname() failed");
|
||||
|
Loading…
Reference in New Issue
Block a user