From: Colin Ian King Date: Thu, 6 Jun 2019 08:40:39 +0000 (+0100) Subject: ipv6: fix spelling mistake: "wtih" -> "with" X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4daa95af7f1c78fa6f8e2a92dc7d52c46443974e;p=openwrt%2Fstaging%2Fblogic.git ipv6: fix spelling mistake: "wtih" -> "with" There is a spelling mistake in a NL_SET_ERR_MSG message. Fix it. Signed-off-by: Colin Ian King Signed-off-by: David S. Miller --- diff --git a/net/ipv6/route.c b/net/ipv6/route.c index df5be3d5d3e5..f42fe3dcb8c6 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -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;