From cb2d50d0d6e2e37ae02b014999da23ecd32038b8 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Wed, 6 Jan 2010 11:29:54 -0800 Subject: [PATCH] Fix issue #2357259: aapt tool prints "uses-configuation:" Change-Id: Id3ea3a86bd4d385441b05fcbe85b8ab62c35afff --- tools/aapt/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/aapt/Command.cpp b/tools/aapt/Command.cpp index 0ef5d555dff3..8be9db3ab853 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); } -- 2.11.0