]> git.saurik.com Git - android/aapt.git/blobdiff - Command.cpp
am b4f41119: am a1d08886: Merge "Only output proguard keep for nonempty attribute...
[android/aapt.git] / Command.cpp
index 51af9650612e79557b61fdcfa518ea1f4e188b9d..5d345e6d246ba79a18113c27e58384b877338572 100644 (file)
@@ -679,7 +679,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);
                         }