mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-23 04:14:07 +01:00
monitor: Fix spelling mistake with timestamp error message
This commit is contained in:
parent
50f8c8614b
commit
07aabaf455
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user