summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-01-06 11:29:54 -0800
committerDianne Hackborn <hackbod@google.com>2010-01-06 11:29:54 -0800
commitcb2d50d0d6e2e37ae02b014999da23ecd32038b8 (patch)
treeff954b4e2725a5b1f5dbd4273596dc89828c95bc /tools
parent42c98ada113ae5b7c72ecb6d0de721ec1d0d3534 (diff)
downloadframeworks_base-cb2d50d0d6e2e37ae02b014999da23ecd32038b8.zip
frameworks_base-cb2d50d0d6e2e37ae02b014999da23ecd32038b8.tar.gz
frameworks_base-cb2d50d0d6e2e37ae02b014999da23ecd32038b8.tar.bz2
Fix issue #2357259: aapt tool prints "uses-configuation:"
Change-Id: Id3ea3a86bd4d385441b05fcbe85b8ab62c35afff
Diffstat (limited to 'tools')
-rw-r--r--tools/aapt/Command.cpp2
1 files changed, 1 insertions, 1 deletions
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 @@ int doDump(Bundle* bundle)
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);
}