From 07aabaf455c2194fe6fbd769a61361e6736d8318 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 12 Aug 2014 21:43:39 -0700 Subject: [PATCH] monitor: Fix spelling mistake with timestamp error message --- monitor/nlmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index 54057c54..2b926d30 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -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; }