]> git.saurik.com Git - android/aapt.git/blobdiff - Command.cpp
am 3c05f1fb: am b5fb50a1: Merge "Add instrumentation as a source tag for proguard...
[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);
                         }