diff --git a/tncattach.c b/tncattach.c index 582c4a4..92bd6ac 100644 --- a/tncattach.c +++ b/tncattach.c @@ -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); }