From: Jouni Malinen Date: Sun, 11 Nov 2012 14:09:36 +0000 (+0200) Subject: Fix a typo in a comment X-Git-Tag: hostap_2_0~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7deed74014be71c4664bda4c1b4d1abef33343a;p=thirdparty%2Fhostap.git Fix a typo in a comment Signed-hostap: Jouni Malinen --- diff --git a/wpa_supplicant/p2p_supplicant.c b/wpa_supplicant/p2p_supplicant.c index 78b0d20d8..32ee336d8 100644 --- a/wpa_supplicant/p2p_supplicant.c +++ b/wpa_supplicant/p2p_supplicant.c @@ -4768,7 +4768,7 @@ static int wpas_p2p_is_client(struct wpa_supplicant *wpa_s) { if (wpa_s->current_ssid == NULL) { /* - * current_ssid can be clearead when P2P client interface gets + * current_ssid can be cleared when P2P client interface gets * disconnected, so assume this interface was used as P2P * client. */