diff options
| author | ppatience0 <ppatience0@gmail.com> | 2013-06-22 18:30:43 -0400 |
|---|---|---|
| committer | ppatience0 <ppatience0@gmail.com> | 2013-06-22 18:30:43 -0400 |
| commit | 4ecef130e5bb08558f70aca7c918d3843ee55ada (patch) | |
| tree | 89c8ade1c71108494d8458a9bb1af44d77cd9ba5 | |
| parent | 43323512f08b671e391685c601e78645b15ee681 (diff) | |
| download | plan9front-4ecef130e5bb08558f70aca7c918d3843ee55ada.tar.xz | |
wifi: fix typo
| -rw-r--r-- | sys/src/9/pc/wifi.c | 2 |
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 */ |
