From 8d709ab2760dd1fa14493c2cceb66557158f9696 Mon Sep 17 00:00:00 2001 From: crlonxp <88241281+crlonxp@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:40:56 +0800 Subject: [PATCH] Update src/controller/CHIPDeviceController.cpp Co-authored-by: Boris Zbarsky --- src/controller/CHIPDeviceController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/CHIPDeviceController.cpp b/src/controller/CHIPDeviceController.cpp index 8e48d3cda8c86f..1f61c669d04167 100644 --- a/src/controller/CHIPDeviceController.cpp +++ b/src/controller/CHIPDeviceController.cpp @@ -842,7 +842,7 @@ CHIP_ERROR DeviceCommissioner::EstablishPASEConnection(NodeId remoteDeviceId, Re DeviceLayer::ConnectivityMgr().WiFiPAFConnect(this, OnWiFiPAFSubscribeComplete, OnWiFiPAFSubscribeError); ExitNow(CHIP_NO_ERROR); } - ChipLogProgress(Controller, "WiFi-PAF: Request to subscrib the NAN-USD device complete"); + ChipLogProgress(Controller, "WiFi-PAF: Request to subscribe the NAN-USD device complete"); } #endif session = mSystemState->SessionMgr()->CreateUnauthenticatedSession(params.GetPeerAddress(), params.GetMRPConfig());