From 472ccbec23718eb62dcd96864b327c0ca27cd682 Mon Sep 17 00:00:00 2001 From: Yuri Schimke Date: Tue, 8 Feb 2022 08:05:31 +0000 Subject: [PATCH] Fix typo in event ordering. (#7057) --- okhttp/src/jvmMain/kotlin/okhttp3/EventListener.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/okhttp/src/jvmMain/kotlin/okhttp3/EventListener.kt b/okhttp/src/jvmMain/kotlin/okhttp3/EventListener.kt index b742d1d9b..7abb1d448 100644 --- a/okhttp/src/jvmMain/kotlin/okhttp3/EventListener.kt +++ b/okhttp/src/jvmMain/kotlin/okhttp3/EventListener.kt @@ -195,7 +195,7 @@ abstract class EventListener { * Invoked when a connection attempt fails. This failure is not terminal if further routes are * available and failure recovery is enabled. * - * If the `call` uses HTTPS, this will be invoked after [secureConnectEnd], otherwise it will + * If the `call` uses HTTPS, this will be invoked after [secureConnectStart], otherwise it will * invoked after [connectStart]. */ open fun connectFailed(