diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-07-26 21:06:38 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-07-26 21:06:38 +0200 |
| commit | 5e795d90a1e47616e0c7a2e39381c13ccf7fd6dd (patch) | |
| tree | b11a992a90fc82a23357ef9588aead07862b29a0 /src/lib/openjp3d/t1.h | |
| parent | 2be20ce7d9996e960d79f3ad6ec439a9895849ed (diff) | |
Spelling fixes (patch by ka7, #890, rebased on top of master)
Diffstat (limited to 'src/lib/openjp3d/t1.h')
| -rw-r--r-- | src/lib/openjp3d/t1.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjp3d/t1.h b/src/lib/openjp3d/t1.h index f2c61e0a..a027382f 100644 --- a/src/lib/openjp3d/t1.h +++ b/src/lib/openjp3d/t1.h @@ -49,10 +49,10 @@ in T1.C are used by some function in TCD.C. #define T1_NMSEDEC_BITS 7 #define T1_MAXCBLKW 256 /*< Maximum size of code-block (width) */ -#define T1_MAXCBLKH 256 /*< Maximum size of code-block (heigth) */ +#define T1_MAXCBLKH 256 /*< Maximum size of code-block (height) */ #define T1_MAXCBLKD 256 /*< Maximum size of code-block (depth) */ #define T1_MINCBLKW 4 /*< Minimum size of code-block (width) */ -#define T1_MINCBLKH 4 /*< Minimum size of code-block (heigth) */ +#define T1_MINCBLKH 4 /*< Minimum size of code-block (height) */ #define T1_MINCBLKD 4 /*< Minimum size of code-block (depth) */ #define T1_MAXWHD 18 #define T1_CBLKW 256 |
