Skip to content

Commit 57c0ce6

Browse files
authored
Merge pull request #21474 from IsikcanYilmaz/sys/ifconfig_helptext_typo
sys/shell/cmd: typo in ifconfig helptext, \'transition\' fixed as \'transmission\'
2 parents 098bc8d + 0c6b3f6 commit 57c0ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/shell/cmds/gnrc_netif.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ static void _set_usage(char *cmd_name)
211211
" * \"hop_limit\" - set hop limit\n"
212212
" * \"hl\" - alias for \"hop_limit\"\n"
213213
" * \"key\" - set the encryption key in hexadecimal format\n"
214-
" * \"mtu\" - IPv6 maximum transition unit\n"
214+
" * \"mtu\" - IPv6 maximum transmission unit\n"
215215
" * \"nid\" - sets the network identifier (or the PAN ID)\n"
216216
" * \"page\" - set the channel page (IEEE 802.15.4)\n"
217217
" * \"pan\" - alias for \"nid\"\n"

0 commit comments

Comments
 (0)