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

Commit 6ab8afbe authored by Xin Wei Chow's avatar Xin Wei Chow
Browse files

Fix typo - 'singed' to 'signed'

Test: Not necessary due to Javadoc change.
Change-Id: Id7e315f893920de9e010eb79b83d5bb7604ecf69
parent cb0fba36
Loading
Loading
Loading
Loading
+1 −1
Original line number 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
     * 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
     * subsequent entries.
     *