diff mbox series

[42/42] package/hostapd: fix proprietary typo in help text

Message ID 20240910070823.4158894-43-peter@korsgaard.com
State Accepted
Headers show
Series codespell spelling fixes A-H | expand

Commit Message

Peter Korsgaard Sept. 10, 2024, 7:08 a.m. UTC
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/hostapd/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/package/hostapd/Config.in b/package/hostapd/Config.in
index f4206ceea5..660274ddf0 100644
--- a/package/hostapd/Config.in
+++ b/package/hostapd/Config.in
@@ -54,7 +54,7 @@  config BR2_PACKAGE_HOSTAPD_ACS
 	depends on BR2_PACKAGE_HOSTAPD_DRIVER_NL80211
 	help
 	  Enable support for standard ACS (Automatic Channel Selection).
-	  Some propietary drivers use a custom algorithm which requires
+	  Some proprietary drivers use a custom algorithm which requires
 	  channel to be set to '0' (which enables ACS in the config),
 	  causing hostapd to use the standard one which doesn't work
 	  for those cases.