diff --git a/linux/wpa-controller/include/Wpa/ProtocolHostapd.hxx b/linux/wpa-controller/include/Wpa/ProtocolHostapd.hxx index 79d25c8f..12719ad6 100644 --- a/linux/wpa-controller/include/Wpa/ProtocolHostapd.hxx +++ b/linux/wpa-controller/include/Wpa/ProtocolHostapd.hxx @@ -87,7 +87,7 @@ struct HostapdStatus // // Present only if a current hwmode is set. // std::optional HwMode; - // // Present only if first rwo chars of country code are non-zero. + // // Present only if first two chars of country code are non-zero. // std::optional> CountryCode; // int CacTimeSeconds{ 0 };