[Connections] Fix typo in log

PiperOrigin-RevId: 453992571
This commit is contained in:
xlythe
2022-06-09 13:00:55 -07:00
committed by Copybara-Service
parent 89462d1d45
commit 62fc7e1e24
@@ -312,7 +312,7 @@ bool WifiHotspotMedium::ConnectWifiHotspot(
.get();
if (connect_result.ConnectionStatus() != WiFiConnectionStatus::Success) {
NEARBY_LOGS(INFO) << "Connectiong failed with reason: "
NEARBY_LOGS(INFO) << "Connecting failed with reason: "
<< static_cast<int>(connect_result.ConnectionStatus());
return false;
}