~mmach/netext73/busybox

« back to all changes in this revision

Viewing changes to debian/patches/spelling.diff

  • Committer: mmach
  • Date: 2023-07-06 04:40:25 UTC
  • Revision ID: netbit73@gmail.com-20230706044025-2ia9985i8wzdn2a7
1.36.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Date: Sun, 08 May 2022 21:38:38 +0300
3
3
Subject: Spelling: recevied, delimeter
4
4
 
5
 
Index: busybox-1.35.0-1ubuntu1/coreutils/cut.c
6
 
===================================================================
7
 
--- busybox-1.35.0-1ubuntu1.orig/coreutils/cut.c
8
 
+++ busybox-1.35.0-1ubuntu1/coreutils/cut.c
 
5
--- a/coreutils/cut.c
 
6
+++ b/coreutils/cut.c
9
7
@@ -33,8 +33,8 @@
10
8
 //usage:     "\n       -b LIST Output only bytes from LIST"
11
9
 //usage:     "\n       -c LIST Output only characters from LIST"
17
15
 //usage:     "\n       -f LIST Print only these fields (-d is single char)"
18
16
 //usage:     IF_FEATURE_CUT_REGEX(
19
17
 //usage:     "\n       -F LIST Print only these fields (-d is regex)"
20
 
Index: busybox-1.35.0-1ubuntu1/networking/ping.c
21
 
===================================================================
22
 
--- busybox-1.35.0-1ubuntu1.orig/networking/ping.c
23
 
+++ busybox-1.35.0-1ubuntu1/networking/ping.c
24
 
@@ -74,7 +74,7 @@
25
 
 //usage:     "\n       -c CNT          Send only CNT pings"
26
 
 //usage:     "\n       -s SIZE         Send SIZE data bytes in packets (default 56)"
27
 
 //usage:     "\n       -i SECS         Interval"
28
 
-//usage:     "\n       -A              Ping as soon as reply is recevied"
29
 
+//usage:     "\n       -A              Ping as soon as reply is received"
30
 
 //usage:     "\n       -t TTL          Set TTL"
31
 
 //usage:     "\n       -I IFACE/IP     Source interface or IP address"
32
 
 //usage:     "\n       -W SEC          Seconds to wait for the first response (default 10)"
33
 
@@ -91,7 +91,7 @@
34
 
 //usage:     "\n       -c CNT          Send only CNT pings"
35
 
 //usage:     "\n       -s SIZE         Send SIZE data bytes in packets (default 56)"
36
 
 //usage:     "\n       -i SECS         Interval"
37
 
-//usage:     "\n       -A              Ping as soon as reply is recevied"
38
 
+//usage:     "\n       -A              Ping as soon as reply is received"
39
 
 ///////:     "\n       -t TTL          Set TTL"
40
 
 ///////^^^^^ -t not tested for IPv6, might be not working
41
 
 //usage:     "\n       -I IFACE/IP     Source interface or IP address"