commit | e7a2e5994f87da3e36b03a305d2e638f73dd8bab | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Jun 14 18:30:41 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jun 14 18:30:41 2024 +0000 |
tree | 666e4ff8c386f3829ece00774ced05f15c0377ba | |
parent | bfe14d197586d08ba41f764d35f1215d93421c95 [diff] | |
parent | cffced3727ae1b4e224f2abca8d80b85062877e1 [diff] |
Merge "zipalign: succesful -> successful" into main
diff --git a/tools/zipalign/ZipAlign.cpp b/tools/zipalign/ZipAlign.cpp index f32f90b..3d65bc0 100644 --- a/tools/zipalign/ZipAlign.cpp +++ b/tools/zipalign/ZipAlign.cpp
@@ -200,7 +200,7 @@ } if (verbose) - printf("Verification %s\n", foundBad ? "FAILED" : "succesful"); + printf("Verification %s\n", foundBad ? "FAILED" : "successful"); return foundBad ? 1 : 0; }