Fix some typos.

Approved by:	rpaulo (mentor)
MFC after:	1 week
This commit is contained in:
Bernhard Schmidt 2010-02-22 17:03:26 +00:00
parent 0dce6781ae
commit 69699faa81

View File

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 4, 2009
.Dd February 20, 2010
.Dt IEEE80211_SCAN 9
.Os
.Sh NAME
@ -177,8 +177,8 @@ Scanning is not tied to the
state machine that governs vaps except for linkage to the
.Dv IEEE80211_S_SCAN
state.
One one vap at a time may be scanning; this scheduling policy
is handle in
Only one vap at a time may be scanning; this scheduling policy
is handled in
.Fn ieee80211_new_state
and is transparent to scanning code.
.Pp