summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libmng/README.config
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libmng/README.config')
-rw-r--r--src/3rdparty/libmng/README.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/libmng/README.config b/src/3rdparty/libmng/README.config
index 3cb3e4fa1..d5cd4541d 100644
--- a/src/3rdparty/libmng/README.config
+++ b/src/3rdparty/libmng/README.config
@@ -36,12 +36,12 @@ which will speed up the compilation process.
#define MNG_SUPPORT_FULL / #define MNG_SUPPORT_LC / #define MNG_SUPPORT_VLC
-These can be used to indicate the level of MNG spec compliance retquired.
+These can be used to indicate the level of MNG spec compliance required.
Currently only full MNG compliance is supported.
#define MNG_SUPPORT_IJG6B
-This can be used to indicate if JNG support is retquired. This option will
+This can be used to indicate if JNG support is required. This option will
include the IJG JPEG-library. Note that MNG_SUPPORT_FULL will automatically
set this option. Use this only if you need JNG support with MNG-(V)LC.