Skip to content

Commit 3cf4ce6

Browse files
Update src/controller/CHIPDeviceController.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 531d5e8 commit 3cf4ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/CHIPDeviceController.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ CHIP_ERROR DeviceCommissioner::EstablishPASEConnection(NodeId remoteDeviceId, Re
841841
DeviceLayer::ConnectivityMgr().WiFiPAFConnect(this, OnWiFiPAFSubscribeComplete, OnWiFiPAFSubscribeError);
842842
ExitNow(CHIP_NO_ERROR);
843843
}
844-
ChipLogProgress(Controller, "WiFi-PAF: Request to subscrib the NAN-USD device complete");
844+
ChipLogProgress(Controller, "WiFi-PAF: Request to subscribe the NAN-USD device complete");
845845
}
846846
#endif
847847
session = mSystemState->SessionMgr()->CreateUnauthenticatedSession(params.GetPeerAddress(), params.GetMRPConfig());

0 commit comments

Comments
 (0)