aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/route.c')
-rw-r--r--net/ipv6/route.c2
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;