Merge "zipalign: succesful -> successful" into main

This commit is contained in:
Treehugger Robot 2024-06-14 18:30:41 +00:00 committed by Gerrit Code Review
commit e7a2e5994f

View file

@ -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;
}