From e096c7e666916c6118a71c29c6ef809eb6373bd1 Mon Sep 17 00:00:00 2001 From: hai007 Date: Tue, 31 May 2022 06:50:06 -0700 Subject: [PATCH] Fix typo in the comment. PiperOrigin-RevId: 452034210 --- connections/clients/windows/listeners_w.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connections/clients/windows/listeners_w.h b/connections/clients/windows/listeners_w.h index cbda102b..b1325916 100644 --- a/connections/clients/windows/listeners_w.h +++ b/connections/clients/windows/listeners_w.h @@ -175,7 +175,7 @@ struct DLL_API ConnectionListenerW { AcceptedCB accepted_cb = DefaultConstructor; // Called when either side rejected the connection. - // Payloads can not be exchaged. Call Core::DisconnectFromEndpoint() + // Payloads can not be exchanged. Call Core::DisconnectFromEndpoint() // to terminate connection. // // endpoint_id - The identifier for the remote endpoint.