diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-06-06 09:40:39 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-06-06 10:37:28 -0700 |
commit | 4daa95af7f1c78fa6f8e2a92dc7d52c46443974e (patch) | |
tree | bc4ed0f1c31196f82ed4b04faec6d7630c31f99b /net/ipv6 | |
parent | 355f948adf3aedb1b2f1644ce5bbefe39177e28a (diff) | |
download | linux-4daa95af7f1c78fa6f8e2a92dc7d52c46443974e.tar.gz linux-4daa95af7f1c78fa6f8e2a92dc7d52c46443974e.tar.bz2 linux-4daa95af7f1c78fa6f8e2a92dc7d52c46443974e.zip |
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>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |