Skip to content

Commit 1cda22b

Browse files
authored
spell fixes (#323)
1 parent 29ee20e commit 1cda22b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

man/ustreamer.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For example, the recommended way of running µStreamer with TC358743-based captu
2323
.RS
2424
\fB\-\-format=uyvy \e\fR # Device input format
2525
.nf
26-
\fB\-\-encoder=m2m-image \e\fR # Hardware encoding with V4L2 M2M intraface
26+
\fB\-\-encoder=m2m-image \e\fR # Hardware encoding with V4L2 M2M interface
2727
.nf
2828
\fB\-\-workers=3 \e\fR # Maximum workers for V4L2 encoder
2929
.nf
@@ -66,7 +66,7 @@ Available: MMAP, USERPTR; default: MMAP.
6666
Desired FPS. Default: maximum possible.
6767
.TP
6868
.BR \-z\ \fIN ", " \-\-min\-frame\-size\ \fIN
69-
Drop frames smaller then this limit. Useful if the device produces small\-sized garbage frames. Default: 128 bytes.
69+
Drop frames smaller than this limit. Useful if the device produces small\-sized garbage frames. Default: 128 bytes.
7070
.TP
7171
.BR \-T ", " \-\-allow\-truncated\-frames
7272
Allows to handle truncated frames. Useful if the device produces incorrect but still acceptable frames. Default: disabled.

src/ustreamer/options.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ static void _help(
705705
SAY(" Changing of this parameter may increase the performance. Or not.");
706706
SAY(" Available: %s; default: MMAP.\n", US_IO_METHODS_STR);
707707
SAY(" -f|--desired-fps <N> ──────────────── Desired FPS. Default: maximum possible.\n");
708-
SAY(" -z|--min-frame-size <N> ───────────── Drop frames smaller then this limit. Useful if the device");
708+
SAY(" -z|--min-frame-size <N> ───────────── Drop frames smaller than this limit. Useful if the device");
709709
SAY(" produces small-sized garbage frames. Default: %zu bytes.\n", cap->min_frame_size);
710710
SAY(" -T|--allow-truncated-frames ───────── Allows to handle truncated frames. Useful if the device");
711711
SAY(" produces incorrect but still acceptable frames. Default: disabled.\n");

0 commit comments

Comments
 (0)