summaryrefslogtreecommitdiff
path: root/src/lib/openjp3d/openjp3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/openjp3d/openjp3d.h')
-rw-r--r--src/lib/openjp3d/openjp3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp3d/openjp3d.h b/src/lib/openjp3d/openjp3d.h
index ae2507c0..a720bd37 100644
--- a/src/lib/openjp3d/openjp3d.h
+++ b/src/lib/openjp3d/openjp3d.h
@@ -60,7 +60,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)