Skip to content

Commit 4daa95a

Browse files
Colin Ian Kingdavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 355f948 commit 4daa95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/ipv6/route.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3346,7 +3346,7 @@ static struct fib6_info *ip6_route_info_create(struct fib6_config *cfg,
33463346
goto out;
33473347
}
33483348
if (rt->fib6_src.plen) {
3349-
NL_SET_ERR_MSG(extack, "Nexthops can not be used wtih source routing");
3349+
NL_SET_ERR_MSG(extack, "Nexthops can not be used with source routing");
33503350
goto out;
33513351
}
33523352
rt->nh = nh;

0 commit comments

Comments
 (0)