summaryrefslogtreecommitdiff
path: root/archive/tools/bmp2tiff.c
diff options
context:
space:
mode:
Diffstat (limited to 'archive/tools/bmp2tiff.c')
-rw-r--r--archive/tools/bmp2tiff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archive/tools/bmp2tiff.c b/archive/tools/bmp2tiff.c
index d541e203..704244b7 100644
--- a/archive/tools/bmp2tiff.c
+++ b/archive/tools/bmp2tiff.c
@@ -76,7 +76,7 @@ enum BMPType
* BMPInfoHeader structure. An array of BMPColorEntry structures (also called
* a colour table) follows the bitmap information header structure. The colour
* table is followed by a second array of indexes into the colour table (the
- * actual bitmap data). Data may be comressed, for 4-bpp and 8-bpp used RLE
+ * actual bitmap data). Data may be compressed, for 4-bpp and 8-bpp used RLE
* compression.
*
* +---------------------+