commit | 0b6c6f2cbc7490c952141cee6a662ddcdb0bae5b | [log] [tgz] |
---|---|---|
author | Jaikumar Ganesh <jaikumar@google.com> | Wed Jan 06 13:38:27 2010 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jan 06 13:38:27 2010 -0800 |
tree | f89292aeb8a6bf438419af3e13d68720bcb58f6e | |
parent | cb2d50d0d6e2e37ae02b014999da23ecd32038b8 [diff] | |
parent | 6309689e6c35e4aff116fe6b3c806bef52975e66 [diff] |
Merge "Fix media option settings for A2DP." into eclair
diff --git a/tools/aapt/Command.cpp b/tools/aapt/Command.cpp index 0ef5d55..8be9db3 100644 --- a/tools/aapt/Command.cpp +++ b/tools/aapt/Command.cpp
@@ -678,7 +678,7 @@ REQ_NAVIGATION_ATTR, NULL, 0); int32_t reqFiveWayNav = getIntegerAttribute(tree, REQ_FIVE_WAY_NAV_ATTR, NULL, 0); - printf("uses-configuation:"); + printf("uses-configuration:"); if (reqTouchScreen != 0) { printf(" reqTouchScreen='%d'", reqTouchScreen); }