diff --git a/tools/zipalign/ZipAlign.cpp b/tools/zipalign/ZipAlign.cpp index f32f90b130..3d65bc0fc2 100644 --- a/tools/zipalign/ZipAlign.cpp +++ b/tools/zipalign/ZipAlign.cpp @@ -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; }