Fix typos.

Obtained from:	DragonFlyBSD
This commit is contained in:
rpaulo 2010-04-28 10:57:27 +00:00
parent fc607a2e80
commit b7327995de
2 changed files with 3 additions and 3 deletions

View File

@ -1163,9 +1163,9 @@ In particular the information elements included in management frames
for old devices are different.
When compatibility support is enabled both standard and compatible data
will be provided.
Stations that associate using the compatiblity mechanisms are flagged
Stations that associate using the compatibility mechanisms are flagged
in ``list sta''.
To disable compatiblity support use
To disable compatibility support use
.Fl htcompat .
.It Cm htprotmode Ar technique
For interfaces operating in 802.11n, use the specified

View File

@ -5027,7 +5027,7 @@ DECL_CMD_FUNC(set80211clone_wlanaddr, arg, d)
ea = ether_aton(arg);
if (ea == NULL)
errx(1, "%s: cannot parse addres", arg);
errx(1, "%s: cannot parse address", arg);
memcpy(params.icp_macaddr, ea->octet, IEEE80211_ADDR_LEN);
params.icp_flags |= IEEE80211_CLONE_MACADDR;
}