summaryrefslogtreecommitdiff
path: root/src/lib/openmj2/j2k.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-07-26 21:06:38 +0200
committerEven Rouault <even.rouault@spatialys.com>2017-07-26 21:06:38 +0200
commit5e795d90a1e47616e0c7a2e39381c13ccf7fd6dd (patch)
treeb11a992a90fc82a23357ef9588aead07862b29a0 /src/lib/openmj2/j2k.h
parent2be20ce7d9996e960d79f3ad6ec439a9895849ed (diff)
Spelling fixes (patch by ka7, #890, rebased on top of master)
Diffstat (limited to 'src/lib/openmj2/j2k.h')
-rw-r--r--src/lib/openmj2/j2k.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openmj2/j2k.h b/src/lib/openmj2/j2k.h
index e13510fb..2dc43119 100644
--- a/src/lib/openmj2/j2k.h
+++ b/src/lib/openmj2/j2k.h
@@ -246,7 +246,7 @@ typedef struct opj_cp {
char *comment;
/** number of tiles in width */
int tw;
- /** number of tiles in heigth */
+ /** number of tiles in height */
int th;
/** ID number of the tiles present in the codestream */
int *tileno;
@@ -323,7 +323,7 @@ typedef struct opj_j2k {
/** locate in which part of the codestream the decoder is (main header, tile header, end) */
int state;
- /** number of the tile curently concern by coding/decoding */
+ /** number of the tile currently concern by coding/decoding */
int curtileno;
/** Tile part number*/
int tp_num;