3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-06 11:28:38 +02:00

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

View File

@ -2057,7 +2057,7 @@ static struct l_io *open_pae(void)
} }
if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMP, &opt, sizeof(opt)) < 0) { 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); close(fd);
return NULL; return NULL;
} }