From a7e1babad983a776bddcb27872f4d6fec405f1b7 Mon Sep 17 00:00:00 2001 From: dannyboy Date: Sun, 26 Nov 2000 23:51:07 +0000 Subject: compatability -> compatibility PR: 23114 Submitted by: Jimmy Olgeni --- usr.sbin/wlconfig/wlconfig.8 | 2 +- usr.sbin/wlconfig/wlconfig.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/wlconfig') 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 { -- cgit v1.1