summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authordbj <dbj@NetBSD.org>2002-03-04 01:19:24 +0000
committerdbj <dbj@NetBSD.org>2002-03-04 01:19:24 +0000
commit0812667818a18f2541bca6dcdb92595b6ff0fbe1 (patch)
tree0c01cd5ee521c839ab0dbfe4525a9b5aca94943c /sys/dev
parent995081f9476bc3e8b28749c9bece44b86f39809c (diff)
s/Faild/Failed/
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/wi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/wi.c b/sys/dev/ic/wi.c
index c9e6329cc24..43252be3010 100644
--- a/sys/dev/ic/wi.c
+++ b/sys/dev/ic/wi.c
@@ -1,4 +1,4 @@
-/* $NetBSD: wi.c,v 1.44 2002/02/26 09:29:18 dbj Exp $ */
+/* $NetBSD: wi.c,v 1.45 2002/03/04 01:19:24 dbj Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -70,7 +70,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wi.c,v 1.44 2002/02/26 09:29:18 dbj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wi.c,v 1.45 2002/03/04 01:19:24 dbj Exp $");
#define WI_HERMES_AUTOINC_WAR /* Work around data write autoinc bug. */
#define WI_HERMES_STATS_WAR /* Work around stats counter bug. */
@@ -577,7 +577,7 @@ void wi_update_stats(sc)
"AP change",
"AP out of range",
"AP in range",
- "Association Faild"
+ "Association Failed"
};
if (gen.wi_len != 2) {
@@ -609,7 +609,7 @@ void wi_update_stats(sc)
"STA Reassociated",
"STA Disassociated",
"Association Failure",
- "Authentication Faild"
+ "Authentication Failed"
};
if (gen.wi_len != 10)
break;