summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarc Balmer <mbalmer@cvs.openbsd.org>2006-10-10 20:45:39 +0000
committerMarc Balmer <mbalmer@cvs.openbsd.org>2006-10-10 20:45:39 +0000
commitbe36423de7ef608f869a06c19a1738205f17fd73 (patch)
treefbdb4f3693e44c4c0b2f75762eaa4b772ada4b91 /sys
parent47812649e3e5ca08d0042c217da96fe47a874054 (diff)
bescon -> beacon, found by Maxim Bourmistrov, thanks. Since I am correcting
typos today...
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/acx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/acx.c b/sys/dev/ic/acx.c
index 8255eb35762..553a6b2696d 100644
--- a/sys/dev/ic/acx.c
+++ b/sys/dev/ic/acx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acx.c,v 1.52 2006/10/03 17:37:31 claudio Exp $ */
+/* $OpenBSD: acx.c,v 1.53 2006/10/10 20:45:38 mbalmer Exp $ */
/*
* Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org>
@@ -1747,7 +1747,7 @@ acx_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg)
}
if (acx_set_beacon_tmplt(sc, ni) != 0) {
- printf("%s: set bescon template failed\n",
+ printf("%s: set beacon template failed\n",
ifp->if_xname);
goto back;
}