diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/neon/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/neon/Config.in b/package/neon/Config.in index e9050742b..29af073b7 100644 --- a/package/neon/Config.in +++ b/package/neon/Config.in @@ -19,7 +19,7 @@ choice depends on BR2_PACKAGE_NEON help Select which XML library to use... - expat use exapt + expat use expat libxml2 use libxml2 none do not build with XML support @@ -27,7 +27,7 @@ config BR2_PACKAGE_NEON_EXPAT bool "expat" depends on BR2_PACKAGE_EXPAT help - expat use exapt, a library for parsing XML. + expat use expat, a library for parsing XML. config BR2_PACKAGE_NEON_LIBXML2 bool "libxml2" |