From 4ecef130e5bb08558f70aca7c918d3843ee55ada Mon Sep 17 00:00:00 2001 From: ppatience0 Date: Sat, 22 Jun 2013 18:30:43 -0400 Subject: [PATCH] wifi: fix typo --- sys/src/9/pc/wifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/9/pc/wifi.c b/sys/src/9/pc/wifi.c index ec16f7477..0e724a7e7 100644 --- a/sys/src/9/pc/wifi.c +++ b/sys/src/9/pc/wifi.c @@ -32,7 +32,7 @@ enum { static char Snone[] = "new"; static char Sconn[] = "connecting"; static char Sauth[] = "authenticated"; -static char Sunauth[] = "unauthentictaed"; +static char Sunauth[] = "unauthenticated"; static char Sassoc[] = "associated"; static char Sunassoc[] = "unassociated"; static char Sblocked[] = "blocked"; /* no keys negotiated. only pass EAPOL frames */