From c7deed74014be71c4664bda4c1b4d1abef33343a Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 11 Nov 2012 16:09:36 +0200 Subject: [PATCH] Fix a typo in a comment Signed-hostap: Jouni Malinen --- wpa_supplicant/p2p_supplicant.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */