summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorppatience0 <ppatience0@gmail.com>2013-06-22 18:30:43 -0400
committerppatience0 <ppatience0@gmail.com>2013-06-22 18:30:43 -0400
commit4ecef130e5bb08558f70aca7c918d3843ee55ada (patch)
tree89c8ade1c71108494d8458a9bb1af44d77cd9ba5
parent43323512f08b671e391685c601e78645b15ee681 (diff)
downloadplan9front-4ecef130e5bb08558f70aca7c918d3843ee55ada.tar.xz
wifi: fix typo
-rw-r--r--sys/src/9/pc/wifi.c2
1 files changed, 1 insertions, 1 deletions
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 */