From 995d5eaf6f68c24a0b0866d61a22ebb76eeb8ce1 Mon Sep 17 00:00:00 2001 From: klemens Date: Sun, 22 Jan 2017 22:28:28 +0100 Subject: spelling fixes --- src/cmserr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cmserr.c') 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; } } -- cgit v1.2.1