diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-23 21:16:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-24 11:35:47 +0200 |
commit | bd74f3eccc5d55b907bc9c0c125c200ca30e1e12 (patch) | |
tree | c49688f21a3f9373b01616dc5fbfa41bf6060004 | |
parent | 11e0c7f2e6d41e0fae878cddcca3d86719ea4a7e (diff) |
fix typo
-rw-r--r-- | target/config/Config.in.toolchain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index ce58513f3..f955dcf14 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -14,7 +14,7 @@ config ADK_TARGET_LIBICONV select ADK_PACKAGE_LIBICONV config ADK_TARGET_LIBICONV_TINY - prompt "Use tiny libionv package" + prompt "Use tiny libiconv package" select ADK_PACKAGE_LIBICONV_TINY endchoice |