summaryrefslogtreecommitdiff
path: root/src/cmserr.c
diff options
context:
space:
mode:
authorklemens <ka7@github.com>2017-01-22 22:28:28 +0100
committerklemens <ka7@github.com>2017-01-22 22:28:28 +0100
commit995d5eaf6f68c24a0b0866d61a22ebb76eeb8ce1 (patch)
tree2567cda7ea0d8767db815e47551d742fc302a09e /src/cmserr.c
parent9936ecf0745002cea8e46dc575079b4872e9af8c (diff)
downloadlcms2-995d5eaf6f68c24a0b0866d61a22ebb76eeb8ce1.tar.gz
spelling fixes
Diffstat (limited to 'src/cmserr.c')
-rw-r--r--src/cmserr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmserr.c b/src/cmserr.c
index 73e656c..8fb1a9e 100644
--- a/src/cmserr.c
+++ b/src/cmserr.c
@@ -88,7 +88,7 @@ cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plug
// *********************************************************************************
// This is the default memory allocation function. It does a very coarse
-// check of amout of memory, just to prevent exploits
+// check of amount of memory, just to prevent exploits
static
void* _cmsMallocDefaultFn(cmsContext ContextID, cmsUInt32Number size)
{
@@ -195,7 +195,7 @@ void _cmsAllocMemPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsCo
}
else {
- // To reset it, we use the default allocators, which cannot be overriden
+ // To reset it, we use the default allocators, which cannot be overridden
ctx ->chunks[MemPlugin] = &ctx ->DefaultMemoryManager;
}
}