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.