Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4daa95af authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

ipv6: fix spelling mistake: "wtih" -> "with"



There is a spelling mistake in a NL_SET_ERR_MSG message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 355f948a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3346,7 +3346,7 @@ static struct fib6_info *ip6_route_info_create(struct fib6_config *cfg,
			goto out;
		}
		if (rt->fib6_src.plen) {
			NL_SET_ERR_MSG(extack, "Nexthops can not be used wtih source routing");
			NL_SET_ERR_MSG(extack, "Nexthops can not be used with source routing");
			goto out;
		}
		rt->nh = nh;