Merge "zipalign: succesful -> successful" into main am: e7a2e5994f
Original change: https://android-review.googlesource.com/c/platform/build/+/3126573 Change-Id: Ieb4255b044523c36b945ac8b92f2c51797a3fce4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user