diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/acx.c | 4 |
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; } |