From: Jouni Malinen Date: Tue, 22 Sep 2020 20:31:20 +0000 (+0300) Subject: Fix a typo in a comment X-Git-Tag: hostap_2_10~956 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cab139ebc2e8950fececa29991ffd01b3f921aae;p=thirdparty%2Fhostap.git Fix a typo in a comment Signed-off-by: Jouni Malinen --- diff --git a/src/ap/ieee802_11.c b/src/ap/ieee802_11.c index bff8bac25..568ecacb0 100644 --- a/src/ap/ieee802_11.c +++ b/src/ap/ieee802_11.c @@ -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. */