[PATCH] wpa_supplicant: Fix grammar typo in help text
Kartik Rajput
incorrectmail101 at gmail.com
Wed Jun 17 10:17:42 PDT 2026
Removes the extra 'the' from the usage printout when describing configuration file parsing.
Signed-off-by: Kartik Rajput <incorrectmail101 at gmail.com>
---
wpa_supplicant/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wpa_supplicant/main.c b/wpa_supplicant/main.c
index eeb3606ad..4874bcf11 100644
--- a/wpa_supplicant/main.c
+++ b/wpa_supplicant/main.c
@@ -116,7 +116,7 @@ static void usage(void)
printf("example:\n"
" wpa_supplicant -D%s -iwlan0 -c/etc/wpa_supplicant.conf\n",
wpa_drivers[0] ? wpa_drivers[0]->name : "nl80211");
- printf("\nIf run without specifying a network interface or control interface, the a\n"
+ printf("\nIf run without specifying a network interface or control interface, a\n"
"configuration file is parsed without starting any operation.\n"
"This can be used to check whether a configuration file has valid contents.\n");
#endif /* CONFIG_NO_STDOUT_DEBUG */
--
2.47.3
More information about the Hostap
mailing list