diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2018-09-22 22:55:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-22 22:55:33 +0200 |
| commit | 17bbb0e23ff03bb722914841a9b962b21fe7a310 (patch) | |
| tree | 69b06775764af353764cdfe8ea09ede613a0496f /src/bin/jp2 | |
| parent | ccc4441aeb7bf4928e55bd543fab8de662f6d5e7 (diff) | |
| parent | 3d6ffaf3f3463b62830f88f50a8c1b510f555eb5 (diff) | |
Merge pull request #1128 from stweil/typos
Fix some typos in code comments and documentation
Diffstat (limited to 'src/bin/jp2')
| -rw-r--r-- | src/bin/jp2/opj_decompress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jp2/opj_decompress.c b/src/bin/jp2/opj_decompress.c index 088f3a29..a28a194b 100644 --- a/src/bin/jp2/opj_decompress.c +++ b/src/bin/jp2/opj_decompress.c @@ -134,7 +134,7 @@ typedef struct opj_decompress_params { /** Verbose mode */ OPJ_BOOL m_verbose; - /** tile number ot the decoded tile*/ + /** tile number of the decoded tile */ OPJ_UINT32 tile_index; /** Nb of tile to decode */ OPJ_UINT32 nb_tile_to_decode; |
