Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrique Rodrigues <henrique.rodrigues@ist.utl.pt>2022-08-01 14:55:32 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2022-08-02 15:34:38 +0300
commit9eddf164bf22a20e8033fad2dc35cde2d6bd2305 (patch)
tree8d0e4b712ede77bc8593d6f02a7315da5287c946 /networking
parentdaa66ed62c79684219088cc0361d5b316d5d1295 (diff)
ping: fix typo in --help text
Signed-off-by: Henrique Rodrigues <henrique.rodrigues@ist.utl.pt> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r--networking/ping.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/ping.c b/networking/ping.c
index 86d8088de..9805695a1 100644
--- a/networking/ping.c
+++ b/networking/ping.c
@@ -74,7 +74,7 @@
//usage: "\n -c CNT Send only CNT pings"
//usage: "\n -s SIZE Send SIZE data bytes in packets (default 56)"
//usage: "\n -i SECS Interval"
-//usage: "\n -A Ping as soon as reply is recevied"
+//usage: "\n -A Ping as soon as reply is received"
//usage: "\n -t TTL Set TTL"
//usage: "\n -I IFACE/IP Source interface or IP address"
//usage: "\n -W SEC Seconds to wait for the first response (default 10)"
@@ -91,7 +91,7 @@
//usage: "\n -c CNT Send only CNT pings"
//usage: "\n -s SIZE Send SIZE data bytes in packets (default 56)"
//usage: "\n -i SECS Interval"
-//usage: "\n -A Ping as soon as reply is recevied"
+//usage: "\n -A Ping as soon as reply is received"
///////: "\n -t TTL Set TTL"
///////^^^^^ -t not tested for IPv6, might be not working
//usage: "\n -I IFACE/IP Source interface or IP address"