From 0c6b3f63bafe742f5a29e416c2e3872b3b3771d5 Mon Sep 17 00:00:00 2001 From: jon Date: Thu, 8 May 2025 12:21:33 +0200 Subject: [PATCH] typo \'transition\' fixed as \'transmission\' --- sys/shell/cmds/gnrc_netif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/shell/cmds/gnrc_netif.c b/sys/shell/cmds/gnrc_netif.c index c827939a1f7d..63858b3324d0 100644 --- a/sys/shell/cmds/gnrc_netif.c +++ b/sys/shell/cmds/gnrc_netif.c @@ -211,7 +211,7 @@ static void _set_usage(char *cmd_name) " * \"hop_limit\" - set hop limit\n" " * \"hl\" - alias for \"hop_limit\"\n" " * \"key\" - set the encryption key in hexadecimal format\n" - " * \"mtu\" - IPv6 maximum transition unit\n" + " * \"mtu\" - IPv6 maximum transmission unit\n" " * \"nid\" - sets the network identifier (or the PAN ID)\n" " * \"page\" - set the channel page (IEEE 802.15.4)\n" " * \"pan\" - alias for \"nid\"\n"