Spelling fixes (patch by ka7, #890, rebased on top of master)
[openjpeg.git] / src / bin / jp2 / convertbmp.c
index 0bc9c9f352f2bf906c955a9986cff57c865117e9..5152ca6f4d3b48bd9af242b0186b383d9145ea68 100644 (file)
@@ -56,7 +56,7 @@ typedef struct {
 typedef struct {
     OPJ_UINT32 biSize;             /* Size of the structure in bytes */
     OPJ_UINT32 biWidth;            /* Width of the image in pixels */
-    OPJ_UINT32 biHeight;           /* Heigth of the image in pixels */
+    OPJ_UINT32 biHeight;           /* Height of the image in pixels */
     OPJ_UINT16 biPlanes;           /* 1 */
     OPJ_UINT16 biBitCount;         /* Number of color bits by pixels */
     OPJ_UINT32 biCompression;      /* Type of encoding 0: none 1: RLE8 2: RLE4 */