summaryrefslogtreecommitdiff
path: root/src/cmsio0.c
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2014-12-17 12:18:42 +0100
committerMarti Maria <info@littlecms.com>2014-12-17 12:18:42 +0100
commit58b8b180f9572b2e850bad9f900d5c706c7e5ac3 (patch)
treec9eed8c64711897c611d7e49b71890df70cbfc2c /src/cmsio0.c
parent81746818cd6df89b7a62dbcfc4861d12dbc9c4f4 (diff)
downloadlcms2-58b8b180f9572b2e850bad9f900d5c706c7e5ac3.tar.gz
Merge from private branch in preparation of 2.7 rc1
Diffstat (limited to 'src/cmsio0.c')
-rw-r--r--src/cmsio0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmsio0.c b/src/cmsio0.c
index 4ecbe24..0157d0c 100644
--- a/src/cmsio0.c
+++ b/src/cmsio0.c
@@ -1828,7 +1828,7 @@ Error:
// Similar to the anterior. This function allows to write directly to the ICC profile any data, without
// checking anything. As a rule, mixing Raw with cooked doesn't work, so writting a tag as raw and then reading
-// it as cooked without serializing does result into an error. If that is wha you want, you will need to dump
+// it as cooked without serializing does result into an error. If that is what you want, you will need to dump
// the profile to memry or disk and then reopen it.
cmsBool CMSEXPORT cmsWriteRawTag(cmsHPROFILE hProfile, cmsTagSignature sig, const void* data, cmsUInt32Number Size)
{