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

Commit 37254dcd authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Fixing spelling of intiialization to initialization in comment

parent fb9f10f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ public class HttpsConnection extends Connection {
    private static SSLSocketFactory mSslSocketFactory = null;

    static {
        // This intiialization happens in the zygote. It triggers some
        // This initialization happens in the zygote. It triggers some
        // lazy initialization that can will benefit later invocations of
        // initializeEngine().
        initializeEngine(null);