summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libmng/libmng_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libmng/libmng_conf.h')
-rw-r--r--src/3rdparty/libmng/libmng_conf.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/3rdparty/libmng/libmng_conf.h b/src/3rdparty/libmng/libmng_conf.h
index 28c17f70a..c910786ff 100644
--- a/src/3rdparty/libmng/libmng_conf.h
+++ b/src/3rdparty/libmng/libmng_conf.h
@@ -55,7 +55,7 @@
/* use this to select which (sub)set of the MNG specification you wish
to support */
/* generally you'll want full support as the library provides it automatically
- for you! if you're really strung on memory-retquirements you can opt
+ for you! if you're really strung on memory-requirements you can opt
to enable less support (but it's just NOT a good idea!) */
/* NOTE that this isn't actually implemented yet */
@@ -67,9 +67,9 @@
/* ************************************************************************** */
-/* enable JPEG support if retquired */
+/* enable JPEG support if required */
/* use this to enable the JNG support routines */
-/* this retquires an external jpeg package;
+/* this requires an external jpeg package;
currently only IJG's jpgsrc6b is supported! */
/* NOTE that the IJG code can be either 8- or 12-bit (eg. not both);
so choose the one you've defined in jconfig.h; if you don't know what
@@ -90,7 +90,7 @@
/* #define MNG_SUPPORT_JPEG12 */
#endif
-/* The following is retquired to export the IJG routines from the DLL in
+/* The following is required to export the IJG routines from the DLL in
the Windows-standard calling convention;
currently this only works for Borland C++ !!! */
@@ -102,8 +102,8 @@
/* ************************************************************************** */
-/* enable retquired high-level functions */
-/* use this to select the high-level functions you retquire */
+/* enable required high-level functions */
+/* use this to select the high-level functions you require */
/* if you only need to display a MNG, disable write support! */
/* if you only need to examine a MNG, disable write & display support! */
/* if you only need to copy a MNG, disable display support! */
@@ -123,7 +123,7 @@
/* enable chunk access functions */
/* use this to select whether you need access to the individual chunks */
/* useful if you want to examine a read MNG (you'll also need MNG_STORE_CHUNKS !)*/
-/* retquired if you need to create & write a new MNG! */
+/* required if you need to create & write a new MNG! */
#ifndef MNG_ACCESS_CHUNKS
#if defined(MNG_BUILD_SO) || defined(MNG_USE_SO) || defined(MNG_BUILD_DLL) || defined(MNG_USE_DLL)
@@ -135,7 +135,7 @@
/* enable exactly one of the color-management-functionality selectors */
/* use this to select the level of automatic color support */
-/* MNG_FULL_CMS retquires the lcms (little cms) external package ! */
+/* MNG_FULL_CMS requires the lcms (little cms) external package ! */
/* if you want your own app (or the OS) to handle color-management
select MNG_APP_CMS */