X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/d9b0ea9f5bc75180ed375bf5d9542328e2e32db2..30275038bb13ac252ffe19c89f9f8a5526541f0f:/Command.cpp diff --git a/Command.cpp b/Command.cpp index 51af965..5d345e6 100644 --- a/Command.cpp +++ b/Command.cpp @@ -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); }