commit | cffced3727ae1b4e224f2abca8d80b85062877e1 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Jun 11 17:07:44 2024 +0000 |
committer | Steven Moreland <smoreland@google.com> | Tue Jun 11 17:07:44 2024 +0000 |
tree | e047a5d939e1efc3b6b7041e161d0fee94a09e80 | |
parent | ac9a2abad8af876f8a203f7c7803ab025c91ab5c [diff] [blame] |
zipalign: succesful -> successful Bugs: me Change-Id: I6cc866b3d8765ed6ef553f2de80bba995bdbc095 Test: n/a
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; }