File: 0002-fix-spelling-error.patch

package info (click to toggle)
tstools 1.13~git20151030-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,048 kB
  • sloc: ansic: 37,970; java: 2,243; makefile: 466; python: 319; sh: 5
file content (139 lines) | stat: -rw-r--r-- 7,392 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
Description: Fix spelling error in manpage and some errors in binary.
Author: Joao Paulo Lima de Oliveira <jlima.oliveira11@gmail.com>
Last-Update: 2020-06-19

Index: tstools-1.13~git20151030/docs/mdoc/esdots.1
===================================================================
--- tstools-1.13~git20151030.orig/docs/mdoc/esdots.1
+++ tstools-1.13~git20151030/docs/mdoc/esdots.1
@@ -54,7 +54,7 @@ Print a # on finding an EOS (end-of-stre
 rather than stopping (only applies to H.264)
 .It Fl es
 Report ES units, rather than any 'higher' unit
-(not necessarily suppported for all file types)
+(not necessarily supported for all file types)
 .It Fl gop
 Show the duration of each GOP (for MPEG-2 steams)
 OR the distance between random access points (H.264)
Index: tstools-1.13~git20151030/docs/mdoc/pcapreport.1
===================================================================
--- tstools-1.13~git20151030.orig/docs/mdoc/pcapreport.1
+++ tstools-1.13~git20151030/docs/mdoc/pcapreport.1
@@ -54,7 +54,7 @@ packet is good and some dodgy packets ar
 This switch ensures that all packets pass simple testing
 .It Fl keep-bad
 Extract all packets including bad ones.  Is implied if
-an ip & port filter is set.  Overriden by
+an ip & port filter is set.  Overridden by
 .Fl -good-ts-only .
 .It Fl tfmt Ar time_format
 Sets the format for printed times
@@ -90,7 +90,7 @@ A value of 0 disables this.
 .Bq "default = 6*90000"
 .It Fl split-section
 Split extracted streams into multiple files on section
-(discontinutity) boundries
+(discontinutity) boundaries
 .It Fl "err stdout"
 Write error messages to standard output (the default)
 .It Fl "err stderr"
Index: tstools-1.13~git20151030/docs/mdoc/ts_packet_insert.1
===================================================================
--- tstools-1.13~git20151030.orig/docs/mdoc/ts_packet_insert.1
+++ tstools-1.13~git20151030/docs/mdoc/ts_packet_insert.1
@@ -36,7 +36,7 @@ between 0 and 1, representing how far th
 each TS packet.  E.g., -p 0.1:0.4:0.7:0.9 will insert
 4 packets at 10%, 40%, 70% and 90% through the file.
 .It Fl pid Ar pid_no
-The inserted packets will have the PID specfied.
+The inserted packets will have the PID specified.
 .Bq default = 0x68
 .It Fl s Ar string
 The inserted packets will contain
Index: tstools-1.13~git20151030/esdots.c
===================================================================
--- tstools-1.13~git20151030.orig/esdots.c
+++ tstools-1.13~git20151030/esdots.c
@@ -731,7 +731,7 @@ static void print_usage()
     "  -hasheos          Print a # on finding an EOS (end-of-stream) NAL unit\n"
     "                    rather than stopping (only applies to H.264)\n"
     "  -es               Report ES units, rather than any 'higher' unit\n"
-    "                    (not necessarily suppported for all file types)\n"
+    "                    (not necessarily supported for all file types)\n"
     "  -gop              Show the duration of each GOP (for MPEG-2 steams)\n"
     "                    OR the distance between random access points (H.264)\n"
     "  -fr               Set the video frame rate (default = 25 fps)\n"
Index: tstools-1.13~git20151030/esfilter.c
===================================================================
--- tstools-1.13~git20151030.orig/esfilter.c
+++ tstools-1.13~git20151030/esfilter.c
@@ -1090,7 +1090,7 @@ int main(int argc, char **argv)
     if (as_TS)
       print_msg("Writing as Transport Stream\n");
     if (action == ACTION_FILTER)
-      fprint_msg("Filtering freqency %d\n",frequency);
+      fprint_msg("Filtering frequency %d\n",frequency);
     if (action == ACTION_STRIP)
     {
       if (want_data == VIDEO_H262)
Index: tstools-1.13~git20151030/esreverse.c
===================================================================
--- tstools-1.13~git20151030.orig/esreverse.c
+++ tstools-1.13~git20151030/esreverse.c
@@ -660,7 +660,7 @@ int main(int argc, char **argv)
   {
     if (as_TS)
       print_msg("Writing as Transport Stream\n");
-    fprint_msg("Filtering freqency %d\n",frequency);
+    fprint_msg("Filtering frequency %d\n",frequency);
     if (max)
       fprint_msg("Stopping as soon after %d %s as possible\n",max,
                  (is_data == VIDEO_H262?"MPEG2 items":"NAL units"));
Index: tstools-1.13~git20151030/pcapreport.c
===================================================================
--- tstools-1.13~git20151030.orig/pcapreport.c
+++ tstools-1.13~git20151030/pcapreport.c
@@ -1415,7 +1415,7 @@ static void print_usage()
     "                     packet is good and some dodgy packets are let through\n"
     "                     This switch ensures that all packets pass simple testing\n"
     "  -keep-bad          Extract all packets including bad ones.  Is implied if\n"
-    "                     an ip & port filter is set.  Overriden by --good-ts-only.\n"
+    "                     an ip & port filter is set.  Overridden by --good-ts-only.\n"
     "  -tfmt 32|90|ms|hms Set time format in report [default = 90kHz units]\n"
     "  -dump-data, -D     Dump any data in the input file to stdout.\n"
     "  -extra-dump, -e    Dump only data which isn't being sent to the -o file.\n"
@@ -1426,7 +1426,7 @@ static void print_usage()
     "  -skew <number>     Gives the skew discontinuity threshold in 90kHz units.\n"
     "                     A value of 0 disables this. [default = 6*90000]\n"
     "  -split-section     Split extracted streams into multiple files on section\n"
-    "                     (discontinutity) boundries\n"
+    "                     (discontinutity) boundaries\n"
     "\n"
     "  -err stdout        Write error messages to standard output (the default)\n"
     "  -err stderr        Write error messages to standard error (Unix traditional)\n"
Index: tstools-1.13~git20151030/ts_packet_insert.c
===================================================================
--- tstools-1.13~git20151030.orig/ts_packet_insert.c
+++ tstools-1.13~git20151030/ts_packet_insert.c
@@ -181,7 +181,7 @@ static void print_usage()
     "                    between 0 and 1, representing how far through to put \n"
     "                    each TS packet.  E.g., -p 0.1:0.4:0.7:0.9 will insert\n"
     "                    4 packets at 10%%, 40%%, 70%% and 90%% through the file.\n"
-    "  -pid <pid>        The inserted packets will have the PID specfied.\n"
+    "  -pid <pid>        The inserted packets will have the PID specified.\n"
     "                    If no PID is specified, then 0x68 will be used.\n"
     "  -s <string>       The inserted packets will contain <string> as their\n"
     "                    payload. This defaults to 'Inserted packet'.\n"
Index: tstools-1.13~git20151030/tswrite.c
===================================================================
--- tstools-1.13~git20151030.orig/tswrite.c
+++ tstools-1.13~git20151030/tswrite.c
@@ -3256,7 +3256,7 @@ extern void tswrite_help_tuning(void)
     "  -pwait <n>        The parent process should wait <n>ms when the\n"
     "                    buffer is full before checking again.\n"
     "                    The default is 50ms.\n"
-    "  -cwait <n>        The child processs should wait <n>ms when the\n"
+    "  -cwait <n>        The child process should wait <n>ms when the\n"
     "                    buffer is empty, before checking again.\n"
     "                    The default is 10ms.\n"
     "\n"