Skip to content

Commit a9e21be

Browse files
Colin Ian Kingdavem330
authored andcommitted
][next] selftests: nettest: fix spelling mistake: "potocol" -> "protocol"
There is a spelling mistake in an error messgae. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 9e8fb25 commit a9e21be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/net/nettest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,7 @@ int main(int argc, char *argv[])
16271627
args.protocol = pe->p_proto;
16281628
} else {
16291629
if (str_to_uint(optarg, 0, 0xffff, &tmp) != 0) {
1630-
fprintf(stderr, "Invalid potocol\n");
1630+
fprintf(stderr, "Invalid protocol\n");
16311631
return 1;
16321632
}
16331633
args.protocol = tmp;

0 commit comments

Comments
 (0)