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

Commit e7a2e599 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "zipalign: succesful -> successful" into main

parents bfe14d19 cffced37
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;
}