From 1c2b9858c678f55bcc5ed0cdcb6e5045286d9eef Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" <deavmi@redxen.eu> Date: Sun, 15 Dec 2024 18:58:52 +0200 Subject: [PATCH] tncattach - Typo fix --- tncattach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }