summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wlconfig
diff options
context:
space:
mode:
authordannyboy <dannyboy@FreeBSD.org>2000-11-26 23:51:07 +0000
committerdannyboy <dannyboy@FreeBSD.org>2000-11-26 23:51:07 +0000
commita7e1babad983a776bddcb27872f4d6fec405f1b7 (patch)
tree2c90623f78a6d2324acbfe8ed5c021044db34630 /usr.sbin/wlconfig
parent39eefb2f5b7a4fb128db9d44c745e638e3edc8bb (diff)
downloadFreeBSD-src-a7e1babad983a776bddcb27872f4d6fec405f1b7.zip
FreeBSD-src-a7e1babad983a776bddcb27872f4d6fec405f1b7.tar.gz
compatability -> compatibility
PR: 23114 Submitted by: Jimmy Olgeni <olgeni@uli.it>
Diffstat (limited to 'usr.sbin/wlconfig')
-rw-r--r--usr.sbin/wlconfig/wlconfig.82
-rw-r--r--usr.sbin/wlconfig/wlconfig.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wlconfig/wlconfig.8 b/usr.sbin/wlconfig/wlconfig.8
index 9374bb1..18c3f86 100644
--- a/usr.sbin/wlconfig/wlconfig.8
+++ b/usr.sbin/wlconfig/wlconfig.8
@@ -107,7 +107,7 @@ IRQ : 10
Default MAC address : 08:00:0e:20:3d:4b
Soft MAC address : 00:00:00:00:00:00
Current MAC address : Default
-Adapter compatability : PC-AT 2.4GHz
+Adapter compatibility : PC-AT 2.4GHz
Threshold preset : 1
Call code required : NO
Subband : 2425MHz
diff --git a/usr.sbin/wlconfig/wlconfig.c b/usr.sbin/wlconfig/wlconfig.c
index a70e4eb..f361b2c 100644
--- a/usr.sbin/wlconfig/wlconfig.c
+++ b/usr.sbin/wlconfig/wlconfig.c
@@ -152,7 +152,7 @@ print_psa(u_char *psa, int currnwid)
printf("Soft MAC address : %02x:%02x:%02x:%02x:%02x:%02x\n",
psa[0x16],psa[0x17],psa[0x18],psa[0x19],psa[0x1a],psa[0x1b]);
printf("Current MAC address : %s\n",(psa[0x1c] & 0x1) ? "Soft" : "Default");
- printf("Adapter compatability : ");
+ printf("Adapter compatibility : ");
if (psa[0x1d] < 5) {
printf("%s\n",compat_type[psa[0x1d]]);
} else {
OpenPOWER on IntegriCloud