]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix a typo in a comment
authorJouni Malinen <j@w1.fi>
Sun, 20 Mar 2011 10:15:02 +0000 (12:15 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 20 Mar 2011 10:15:02 +0000 (12:15 +0200)
wpa_supplicant/config.h

index 9e9e0f77efdfa82e20e819e38175edddf3ad9591..57cd0af81fb47c90a6bd6a049bd49ba8f4128df8 100644 (file)
@@ -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;
 };