monitor: Fix spelling mistake with timestamp error message

This commit is contained in:
Marcel Holtmann 2014-08-12 21:43:39 -07:00
parent 50f8c8614b
commit 07aabaf455
1 changed files with 1 additions and 1 deletions

View File

@ -2057,7 +2057,7 @@ static struct l_io *open_pae(void)
}
if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMP, &opt, sizeof(opt)) < 0) {
perror("Failed to enable authentication imestamps");
perror("Failed to enable authentication timestamps");
close(fd);
return NULL;
}