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