From: Dianne Hackborn Date: Wed, 6 Jan 2010 19:29:54 +0000 (-0800) Subject: Fix issue #2357259: aapt tool prints "uses-configuation:" X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/9c0366d03c7c796e9cd5369543aa796bf205db34 Fix issue #2357259: aapt tool prints "uses-configuation:" Change-Id: Id3ea3a86bd4d385441b05fcbe85b8ab62c35afff --- diff --git a/Command.cpp b/Command.cpp index 0ef5d55..8be9db3 100644 --- a/Command.cpp +++ b/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); }