Fix a typo
Last-Update: 2016-01-10 Gbp-Pq: Name aapt_typo.diff
This commit is contained in:
parent
3797633898
commit
013fb83e8a
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue