Browse Source

Fix a typo in a comment

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen 12 years ago
parent
commit
c7deed7401
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wpa_supplicant/p2p_supplicant.c

+ 1 - 1
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.
 		 */