Browse Source

Fix a typo in a comment

Jouni Malinen 14 years ago
parent
commit
87880919ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wpa_supplicant/config.h

+ 1 - 1
wpa_supplicant/config.h

@@ -400,7 +400,7 @@ struct wpa_config {
 	unsigned int changed_parameters;
 
 	/**
-	 * disassoc_low_ack - disassocenticate stations with massive packet loss
+	 * disassoc_low_ack - Disassocicate stations with massive packet loss
 	 */
 	int disassoc_low_ack;
 };