Merge "Fixing spelling of intiialization to initialization in comment"

This commit is contained in:
Brian Carlstrom
2010-03-02 19:05:12 -08:00
committed by Android (Google) Code Review

View File

@@ -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);