Skip to content

Commit 15a9e28

Browse files
committed
spelling fix
1 parent a1ae02d commit 15a9e28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

man/ustreamer.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Suppress repetitive signal source errors. Default: disabled.
7878
Enable DV-timings querying and events processing to automatic resolution change. Default: disabled.
7979
.TP
8080
.BR \-b\ \fIN ", " \-\-buffers\ \fIN
81-
The number of buffers to receive data from the device. Each buffer may processed using an independent thread.
81+
The number of buffers to receive data from the device. Each buffer may be processed using an independent thread.
8282
Default: 2 (the number of CPU cores (but not more than 4) + 1).
8383
.TP
8484
.BR \-w\ \fIN ", " \-\-workers\ \fIN

src/ustreamer/options.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ static void _help(
712712
SAY(" -t|--dv-timings ───────────────────── Enable DV-timings querying and events processing");
713713
SAY(" to automatic resolution change. Default: disabled.\n");
714714
SAY(" -b|--buffers <N> ──────────────────── The number of buffers to receive data from the device.");
715-
SAY(" Each buffer may processed using an independent thread.");
715+
SAY(" Each buffer may be processed using an independent thread.");
716716
SAY(" Default: %u (the number of CPU cores (but not more than 4) + 1).\n", cap->n_bufs);
717717
SAY(" -w|--workers <N> ──────────────────── The number of worker threads but not more than buffers.");
718718
SAY(" Default: %u (the number of CPU cores (but not more than 4)).\n", enc->n_workers);

0 commit comments

Comments
 (0)