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/bin/jpwl/convert.c | |
| parent | 2be20ce7d9996e960d79f3ad6ec439a9895849ed (diff) | |
Spelling fixes (patch by ka7, #890, rebased on top of master)
Diffstat (limited to 'src/bin/jpwl/convert.c')
| -rw-r--r-- | src/bin/jpwl/convert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jpwl/convert.c b/src/bin/jpwl/convert.c index 245ae28e..cf06b513 100644 --- a/src/bin/jpwl/convert.c +++ b/src/bin/jpwl/convert.c @@ -561,7 +561,7 @@ typedef struct { typedef struct { DWORD biSize; /* Size of the structure in bytes */ DWORD biWidth; /* Width of the image in pixels */ - DWORD biHeight; /* Heigth of the image in pixels */ + DWORD biHeight; /* Height of the image in pixels */ WORD biPlanes; /* 1 */ WORD biBitCount; /* Number of color bits by pixels */ DWORD biCompression; /* Type of encoding 0: none 1: RLE8 2: RLE4 */ |
