zipalign: succesful -> successful
Bugs: me Change-Id: I6cc866b3d8765ed6ef553f2de80bba995bdbc095 Test: n/a
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user