diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2016-09-26 11:26:55 +0200 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2016-09-26 11:26:55 +0200 |
| commit | 4d5c5e7c4891491d61c7deaf77d9238b3621c32a (patch) | |
| tree | b2a99a84f70f9c52f549321fd3206ff04bd6337a /src | |
| parent | fac916f72a162483a4d6d804fd070fdf32f402ed (diff) | |
Remove typos from comments and man pages
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/jp2/opj_compress.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/jp2/opj_compress.c b/src/bin/jp2/opj_compress.c index 5a63a9d6..aa8091ab 100644 --- a/src/bin/jp2/opj_compress.c +++ b/src/bin/jp2/opj_compress.c @@ -236,7 +236,7 @@ static void encode_help_display(void) { fprintf(stdout,"-I\n"); fprintf(stdout," Use the irreversible DWT 9-7.\n"); fprintf(stdout,"-mct <0|1|2>\n"); - fprintf(stdout," Explicitely specifies if a Multiple Component Transform has to be used.\n"); + fprintf(stdout," Explicitly specifies if a Multiple Component Transform has to be used.\n"); fprintf(stdout," 0: no MCT ; 1: RGB->YCC conversion ; 2: custom MCT.\n"); fprintf(stdout," If custom MCT, \"-m\" option has to be used (see hereunder).\n"); fprintf(stdout," By default, RGB->YCC conversion is used if there are 3 components or more,\n"); @@ -1029,7 +1029,7 @@ static int parse_cmdline_encoder(int argc, char **argv, opj_cparameters_t *param return 1; } fprintf(stdout,"CINEMA 2K profile activated\n" - "Other options specified could be overriden\n"); + "Other options specified could be overridden\n"); } break; @@ -1040,7 +1040,7 @@ static int parse_cmdline_encoder(int argc, char **argv, opj_cparameters_t *param { parameters->rsiz = OPJ_PROFILE_CINEMA_4K; fprintf(stdout,"CINEMA 4K profile activated\n" - "Other options specified could be overriden\n"); + "Other options specified could be overridden\n"); } break; |
