Fix typos in comments and string
[openjpeg.git] / src / lib / openmj2 / openjpeg.h
index f765fc2cba8c201d5ee0873933aa4f26fad0d301..132ec2fd7f4288798d6d537cc49505d4e6f710c3 100644 (file)
@@ -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)