mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
][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>
This commit is contained in:
parent
9e8fb25254
commit
a9e21bea1f
1 changed files with 1 additions and 1 deletions
|
@ -1627,7 +1627,7 @@ int main(int argc, char *argv[])
|
||||||
args.protocol = pe->p_proto;
|
args.protocol = pe->p_proto;
|
||||||
} else {
|
} else {
|
||||||
if (str_to_uint(optarg, 0, 0xffff, &tmp) != 0) {
|
if (str_to_uint(optarg, 0, 0xffff, &tmp) != 0) {
|
||||||
fprintf(stderr, "Invalid potocol\n");
|
fprintf(stderr, "Invalid protocol\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
args.protocol = tmp;
|
args.protocol = tmp;
|
||||||
|
|
Loading…
Add table
Reference in a new issue