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

Commit ddb42a42 authored by Brian Carlstrom's avatar Brian Carlstrom Committed by Android (Google) Code Review
Browse files

Merge "Fixing spelling of intiialization to initialization in comment"

parents dbc96e18 37254dcd
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);