WiFi to Wi-Fi in docs and messages.

This commit is contained in:
Robin Davies
2024-09-12 19:19:50 -04:00
parent f34ca1f0da
commit f34da1f494
6 changed files with 7 additions and 7 deletions
@@ -123,7 +123,7 @@ void WifiDirectConfigSettings::ParseArguments(const std::vector<std::string> &ar
if (!WifiConfigSettings::ValidateChannel(this->countryCode_,channel_))
{
throw invalid_argument(SS("Invalid WiFi channel: " << channel_));
throw invalid_argument(SS("Invalid Wi-Fi channel: " << channel_));
}
}