]> git.saurik.com Git - android/aapt.git/blobdiff - Command.cpp
am cb2d50d0: Fix issue #2357259: aapt tool prints "uses-configuation:"
[android/aapt.git] / Command.cpp
index 8d524d9a73021bc8d60fce812dafc91145d43735..3a30c0af42187787ca40451b8cea6a6a4da1bd3f 100644 (file)
@@ -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);
                         }