tncattach

- Typo fix
This commit is contained in:
Tristan B. Velloza Kildaire 2024-12-15 18:58:52 +02:00
parent 005373b582
commit 1c2b9858c6

View File

@ -334,7 +334,7 @@ static error_t parse_opt(int key, char *arg, struct argp_state *state) {
if((arguments->set_ipv6 || arguments->link_local_v6) && arguments->mtu < 1280)
{
printf("IPv6 and/or link-loal IPv6 was requested, but the MTU provided is lower than 1280\n");
printf("IPv6 and/or link-local IPv6 was requested, but the MTU provided is lower than 1280\n");
exit(EXIT_FAILURE);
}