[vlc-commits] [Git][videolan/vlc][master] modules: typo fixes
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Mon Dec 20 19:47:57 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
84b2cc27 by Lyndon Brown at 2021-12-20T19:13:36+00:00
modules: typo fixes
- - - - -
4 changed files:
- modules/access/dtv/access.c
- modules/codec/qsv.c
- modules/codec/schroedinger.c
- modules/demux/subtitle.c
Changes:
=====================================
modules/access/dtv/access.c
=====================================
@@ -177,7 +177,7 @@ static const char *const polarization_user[] = { N_("Unspecified (0V)"),
#define HIGH_VOLTAGE_TEXT N_("High LNB voltage")
#define HIGH_VOLTAGE_LONGTEXT N_( \
- "If the cables between the satellilte low noise block-downconverter and " \
+ "If the cables between the satellite low noise block-downconverter and " \
"the receiver are long, higher voltage may be required.\n" \
"Not all receivers support this.")
=====================================
modules/codec/qsv.c
=====================================
@@ -107,7 +107,7 @@ static void Close(vlc_object_t *);
#define QP_TEXT N_("Quantization parameter")
#define QP_LONGTEXT N_("Quantization parameter for all types of frames. " \
"This parameters sets qpi, qpp and qpb. It has less precedence than " \
- "the forementionned parameters. Used only if rc_method is 'qp'.")
+ "the forementioned parameters. Used only if rc_method is 'qp'.")
#define QPI_TEXT N_("Quantization parameter for I-frames")
#define QPI_LONGTEXT N_("Quantization parameter for I-frames. This parameter " \
@@ -130,7 +130,7 @@ static void Close(vlc_object_t *);
#define ACCURACY_LONGTEXT N_("Tolerance in percentage of the 'avbr' " \
" (Average Variable BitRate) method. (e.g. 10 with a bitrate of 800 " \
" kbps means the encoder tries not to go above 880 kbps and under " \
- " 730 kbps. The targeted accuracy is only reached after a certained " \
+ " 730 kbps. The targeted accuracy is only reached after a certain " \
" convergence period. See the convergence parameter")
#define CONVERGENCE_TEXT N_("Convergence time of 'avbr' RateControl")
=====================================
modules/codec/schroedinger.c
=====================================
@@ -100,8 +100,8 @@ static const char *enc_gop_structure_list[] = {
static const char *enc_gop_structure_list_text[] = {
N_("No fixed gop structure. A picture can be intra or inter and refer to previous or future pictures."),
N_("I-frame only sequence"),
- N_("Inter pictures refere to previous pictures only"),
- N_("Inter pictures refere to previous pictures only"),
+ N_("Inter pictures refer to previous pictures only"),
+ N_("Inter pictures refer to previous pictures only"),
N_("Inter pictures can refer to previous or future pictures"),
N_("Inter pictures can refer to previous or future pictures")
};
=====================================
modules/demux/subtitle.c
=====================================
@@ -47,7 +47,7 @@ static int Open ( vlc_object_t *p_this );
static void Close( vlc_object_t *p_this );
#define SUB_TYPE_LONGTEXT \
- N_("Force the subtiles format. Selecting \"auto\" means autodetection and should always work.")
+ N_("Force the subtitles format. Selecting \"auto\" means autodetection and should always work.")
#define SUB_DESCRIPTION_LONGTEXT \
N_("Override the default track description.")
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/84b2cc27730343c63b069f28baf6849d120f60b8
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/84b2cc27730343c63b069f28baf6849d120f60b8
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list