diff options
author | Jouni Malinen <j@w1.fi> | 2011-03-20 10:15:02 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2011-03-20 10:15:02 (GMT) |
commit | 87880919adea24fda1204b647b90d92776563b75 (patch) | |
tree | 618ecccb7678d856da94114461ae2c8458577c32 /wpa_supplicant/config.h | |
parent | 7c49fdd0bd214f5fa3af8407d7011930ac150ef1 (diff) | |
download | hostap-87880919adea24fda1204b647b90d92776563b75.zip hostap-87880919adea24fda1204b647b90d92776563b75.tar.gz hostap-87880919adea24fda1204b647b90d92776563b75.tar.bz2 |
Fix a typo in a comment
Diffstat (limited to 'wpa_supplicant/config.h')
-rw-r--r-- | wpa_supplicant/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa_supplicant/config.h b/wpa_supplicant/config.h index 9e9e0f7..57cd0af 100644 --- a/wpa_supplicant/config.h +++ b/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; }; |