From 547d3a0620422ab603deda27f21468f82840e9e4 Mon Sep 17 00:00:00 2001 From: Chamaeleon- Date: Wed, 24 Jun 2020 12:49:05 +0200 Subject: [PATCH] sys/shell/commands: fixing typo in ping6 help reponse -> response in -W --- sys/shell/commands/sc_gnrc_icmpv6_echo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/shell/commands/sc_gnrc_icmpv6_echo.c b/sys/shell/commands/sc_gnrc_icmpv6_echo.c index f7dc14f870..9d03352c85 100644 --- a/sys/shell/commands/sc_gnrc_icmpv6_echo.c +++ b/sys/shell/commands/sc_gnrc_icmpv6_echo.c @@ -160,7 +160,7 @@ static void _usage(char *cmdname) "measure round trip time (default: 4)"); puts(" hoplimit: Set the IP time to life/hoplimit " "(default: interface config)"); - puts(" ms timeout: Time to wait for a resonse in milliseconds " + puts(" ms timeout: Time to wait for a response in milliseconds " "(default: 1000). The option affects only timeout in absence " "of any responses, otherwise wait for two RTTs"); }