From 2c058e9a0c0d1aea1eb81886678db583b6ae969f Mon Sep 17 00:00:00 2001 From: Andrew Beltrano Date: Tue, 21 Nov 2023 21:27:50 -0700 Subject: [PATCH] Fix typo. --- linux/wpa-controller/include/Wpa/ProtocolHostapd.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };