Fix a typo

Last-Update: 2016-01-10


Gbp-Pq: Name aapt_typo.diff
This commit is contained in:
Openkylin Developers 2022-09-08 10:19:45 +08:00 committed by luoyaoming
parent 3797633898
commit 013fb83e8a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ void strcpy16_htod(uint16_t* dst, const char16_t* src)
void printStringPool(const ResStringPool* pool)
{
if (pool->getError() == NO_INIT) {
printf("String pool is unitialized.\n");
printf("String pool is uninitialized.\n");
return;
} else if (pool->getError() != NO_ERROR) {
printf("String pool is corrupt/invalid.\n");