]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix couple of typos in comments
authorJouni Malinen <jouni.malinen@atheros.com>
Fri, 11 Mar 2011 10:12:36 +0000 (12:12 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 11 Mar 2011 10:12:36 +0000 (12:12 +0200)
hostapd/README-WPS
src/drivers/driver.h

index 44e3d9d25da05b325beb7b2b8192425c02b42ae0..17988d4724ca5f97bf6e0e6ce5f30a0540e3d134 100644 (file)
@@ -277,7 +277,7 @@ WPS-REG-SUCCESS <Enrollee MAC address <UUID-E>
 For example:
 <2>WPS-REG-SUCCESS 02:66:a0:ee:17:27 2b7093f1-d6fb-5108-adbb-bea66bb87333
 
-This can be used to tricker change from unconfigured to configured
+This can be used to trigger change from unconfigured to configured
 state (random configuration based on the first successful WPS
 registration). In addition, this can be used to update AP UI about the
 status of WPS registration progress.
index 740527b67a785bb6668d37a4cc3cb1a941b2c848..df763020c5b4984869ca074bc99914ae88a2bc72 100644 (file)
@@ -788,7 +788,7 @@ struct wpa_driver_ops {
         * Please note that TKIP keys include separate TX and RX MIC keys and
         * some drivers may expect them in different order than wpa_supplicant
         * is using. If the TX/RX keys are swapped, all TKIP encrypted packets
-        * will tricker Michael MIC errors. This can be fixed by changing the
+        * will trigger Michael MIC errors. This can be fixed by changing the
         * order of MIC keys by swapping te bytes 16..23 and 24..31 of the key
         * in driver_*.c set_key() implementation, see driver_ndis.c for an
         * example on how this can be done.