Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Nov 22, 2023
1 parent bc9a3f7 commit 2c058e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/wpa-controller/include/Wpa/ProtocolHostapd.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ struct HostapdStatus

// // Present only if a current hwmode is set.
// std::optional<HostapdHwMode> 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<std::array<char, 3>> CountryCode;

// int CacTimeSeconds{ 0 };
Expand Down

0 comments on commit 2c058e9

Please sign in to comment.