summaryrefslogtreecommitdiff
path: root/src/lib/openmj2/openjpeg.h
diff options
context:
space:
mode:
authorMatthieu Darbois <mayeut@users.noreply.github.com>2015-09-29 08:24:43 +0200
committerMatthieu Darbois <mayeut@users.noreply.github.com>2015-09-29 08:24:43 +0200
commitc59f464a3f83c633a679d6b46d9b23e5efcb7447 (patch)
tree6dbed7569f1dfd44dc86b7774cfb37b71237669a /src/lib/openmj2/openjpeg.h
parent838dfb8058df62af44905e1fa3936d989844effc (diff)
parent05235963d9dc148e129e2c7742653280d7e6375b (diff)
Merge pull request #610 from stweil/master
Fix some typos found by codespell
Diffstat (limited to 'src/lib/openmj2/openjpeg.h')
-rw-r--r--src/lib/openmj2/openjpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openmj2/openjpeg.h b/src/lib/openmj2/openjpeg.h
index f765fc2c..132ec2fd 100644
--- a/src/lib/openmj2/openjpeg.h
+++ b/src/lib/openmj2/openjpeg.h
@@ -62,7 +62,7 @@ The following ifdef block is the standard way of creating macros which make expo
from a DLL simpler. All files within this DLL are compiled with the OPJ_EXPORTS
symbol defined on the command line. this symbol should not be defined on any project
that uses this DLL. This way any other project whose source files include this file see
-OPJ_API functions as being imported from a DLL, wheras this DLL sees symbols
+OPJ_API functions as being imported from a DLL, whereas this DLL sees symbols
defined with this macro as being exported.
*/
#if defined(OPJ_EXPORTS) || defined(DLL_EXPORT)