X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/040ee5731875c74f60ecfcb5ca8f05e0c4053d2b..287883aced44b316c64f3581444caeaf139e7661:/Command.cpp diff --git a/Command.cpp b/Command.cpp index 8d524d9..3a30c0a 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); }