zipalign: succesful -> successful
Bugs: me Change-Id: I6cc866b3d8765ed6ef553f2de80bba995bdbc095 Test: n/a
This commit is contained in:
parent
ac9a2abad8
commit
cffced3727
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ int verify(const char* fileName, int alignment, bool verbose,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (verbose)
|
if (verbose)
|
||||||
printf("Verification %s\n", foundBad ? "FAILED" : "succesful");
|
printf("Verification %s\n", foundBad ? "FAILED" : "successful");
|
||||||
|
|
||||||
return foundBad ? 1 : 0;
|
return foundBad ? 1 : 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue