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

Commit fb86f86e authored by Xin Wei Chow's avatar Xin Wei Chow Committed by Android (Google) Code Review
Browse files

Merge "Fix typo - 'singed' to 'signed'"

parents 1537e458 6ab8afbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -234,7 +234,7 @@ public class PackageInfo implements Parcelable {
    /**
    /**
     * Array of all signatures read from the package file. This is only filled
     * Array of all signatures read from the package file. This is only filled
     * in if the flag {@link PackageManager#GET_SIGNATURES} was set. A package
     * in if the flag {@link PackageManager#GET_SIGNATURES} was set. A package
     * must be singed with at least one certificate which is at position zero.
     * must be signed with at least one certificate which is at position zero.
     * The package can be signed with additional certificates which appear as
     * The package can be signed with additional certificates which appear as
     * subsequent entries.
     * subsequent entries.
     *
     *