]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix a typo in a comment
authorJouni Malinen <jouni@codeaurora.org>
Tue, 22 Sep 2020 20:31:20 +0000 (23:31 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 22 Sep 2020 20:31:20 +0000 (23:31 +0300)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/ap/ieee802_11.c

index bff8bac25e3afd7091d01e2fcb158e9ecc77a650..568ecacb06064df55540daaee6212f8fe4218a97 100644 (file)
@@ -4528,7 +4528,7 @@ static void handle_assoc(struct hostapd_data *hapd,
        os_free(tmp);
 
        /*
-        * Remove the station in case tranmission of a success response fails
+        * Remove the station in case transmission of a success response fails
         * (the STA was added associated to the driver) or if the station was
         * previously added unassociated.
         */