From d9fff0c543e48ac49f97fd2b2fffdcb05115dc1e Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 1 Dec 2017 15:39:28 +0100 Subject: tun_setaddr6: Fix log typo Change-Id: Id7f7d33a33730d57c5ecf7ebf5612f4744cf5163 --- lib/tun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/tun.c b/lib/tun.c index fcd04f3..5960197 100644 --- a/lib/tun.c +++ b/lib/tun.c @@ -401,7 +401,7 @@ static int tun_setaddr6(struct tun_t *this, struct in6_addr *addr, struct in6_ad if (errno != EEXIST) { SYS_ERR(DTUN, LOGL_ERROR, 0, "ioctl(SIOCSIFADDR) failed"); } else { - SYS_ERR(DTUN, LOGL_NOTICE, 0, "ioctl(SIOCSIFADDR): Address alreadsy exists"); + SYS_ERR(DTUN, LOGL_NOTICE, 0, "ioctl(SIOCSIFADDR): Address already exists"); } close(fd); return -1; -- cgit v1.2.3