diff options
| author | Stefan Weil <sw@weilnetz.de> | 2024-02-28 15:28:51 +0100 |
|---|---|---|
| committer | Stefan Weil <sw@weilnetz.de> | 2024-02-28 16:23:43 +0100 |
| commit | 20ad29f497cf1afacb243c0019069ba10a0320bd (patch) | |
| tree | e9d17895b185218ff0fd35750da5d37ee45f4a05 /doc | |
| parent | 61309d7f66f6c6d6381c529b84931e9a7531c1b6 (diff) | |
Fix some typos (found by `codespell` and `typos`)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man/man3/libopenjp2.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/libopenjp2.3 b/doc/man/man3/libopenjp2.3 index 9b06cc86..f504621d 100644 --- a/doc/man/man3/libopenjp2.3 +++ b/doc/man/man3/libopenjp2.3 @@ -245,10 +245,10 @@ typedef struct opj_cparameters \fBchar\fR infile[OPJ_PATH_LEN]; /* output file name */ \fBchar\fR outfile[OPJ_PATH_LEN]; - /* DEPRECATED. Index generation is now handeld with the + /* DEPRECATED. Index generation is now handled with the opj_encode_with_info() function. Set to NULL */ \fBint\fR index_on; - /* DEPRECATED. Index generation is now handeld with the + /* DEPRECATED. Index generation is now handled with the opj_encode_with_info() function. Set to NULL */ \fBchar\fR index[OPJ_PATH_LEN]; /* subimage encoding: origin image offset in x direction */ |
