zipalign: succesful -> successful

Bugs: me
Change-Id: I6cc866b3d8765ed6ef553f2de80bba995bdbc095
Test: n/a
This commit is contained in:
Steven Moreland 2024-06-11 17:07:44 +00:00
parent ac9a2abad8
commit cffced3727

View file

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