Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cffced37 authored by Steven Moreland's avatar Steven Moreland
Browse files

zipalign: succesful -> successful

Bugs: me
Change-Id: I6cc866b3d8765ed6ef553f2de80bba995bdbc095
Test: n/a
parent ac9a2aba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}