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 <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
355f948adf
commit
4daa95af7f
@@ -3346,7 +3346,7 @@ static struct fib6_info *ip6_route_info_create(struct fib6_config *cfg,
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
if (rt->fib6_src.plen) {
|
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;
|
goto out;
|
||||||
}
|
}
|
||||||
rt->nh = nh;
|
rt->nh = nh;
|
||||||
|
|||||||
Reference in New Issue
Block a user