Spelling fix: explicitly

From: Jean Delvare <khali@linux-fr.org>

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
Jean Delvare
2007-10-19 23:22:55 +02:00
committed by Adrian Bunk
parent db955170d4
commit c03983ac9b
19 changed files with 23 additions and 23 deletions

View File

@@ -409,7 +409,7 @@ int ieee80211_wx_set_encode(struct ieee80211_device *ieee,
(*crypt)->priv);
sec.flags |= (1 << key);
/* This ensures a key will be activated if no key is
* explicitely set */
* explicitly set */
if (key == sec.active_key)
sec.flags |= SEC_ACTIVE_KEY;