summaryrefslogtreecommitdiff
path: root/coders/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'coders/jpeg.c')
-rw-r--r--coders/jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coders/jpeg.c b/coders/jpeg.c
index 9cc63d92e..f55b4e643 100644
--- a/coders/jpeg.c
+++ b/coders/jpeg.c
@@ -671,7 +671,7 @@ static boolean ReadIPTCProfile(j_decompress_ptr jpeg_info)
*p++=(unsigned char) c;
}
error_manager->profile=NULL;
- /* The IPTC profile is actually an 8bi*/
+ /* The IPTC profile is actually an 8bim */
iptc_profile=(StringInfo *) GetImageProfile(image,"8bim");
if (iptc_profile != (StringInfo *) NULL)
{