Commit a9e21bea authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

][next] selftests: nettest: fix spelling mistake: "potocol" -> "protocol"



There is a spelling mistake in an error messgae. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarShuah Khan <skhan@linuxfoundation.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9e8fb252
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1627,7 +1627,7 @@ int main(int argc, char *argv[])
				args.protocol = pe->p_proto;
			} else {
				if (str_to_uint(optarg, 0, 0xffff, &tmp) != 0) {
					fprintf(stderr, "Invalid potocol\n");
					fprintf(stderr, "Invalid protocol\n");
					return 1;
				}
				args.protocol = tmp;