diff options
author | jhb <jhb@FreeBSD.org> | 2002-10-08 19:41:12 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-10-08 19:41:12 +0000 |
commit | 5a64f9c84eef5f3735efef6930818bfa0b984b24 (patch) | |
tree | f54de64a22b1b3eeb83dc767937e00239825f68c /usr.sbin | |
parent | bc46f827dc2c6f3fb8fefa8e9d8a1defc36d0fc8 (diff) | |
download | FreeBSD-src-5a64f9c84eef5f3735efef6930818bfa0b984b24.zip FreeBSD-src-5a64f9c84eef5f3735efef6930818bfa0b984b24.tar.gz |
Spell 'Temperature' correctly.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/wicontrol/wicontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/wicontrol/wicontrol.c b/usr.sbin/wicontrol/wicontrol.c index be4cb06..ae51b5e 100644 --- a/usr.sbin/wicontrol/wicontrol.c +++ b/usr.sbin/wicontrol/wicontrol.c @@ -632,7 +632,7 @@ static struct wi_table wi_table[] = { { WI_RID_STA_IDENTITY, WI_WORDS, "STA Identity:\t\t\t\t" } , { WI_RID_CARD_ID, WI_HEXWORDS, "Card ID register:\t\t\t" }, { WI_RID_REG_DOMAINS, WI_REGDOMS, "Regulatory Domains:\t\t\t" }, - { WI_RID_TEMP_TYPE, WI_WORDS, "Tempterture Range:\t\t\t" }, + { WI_RID_TEMP_TYPE, WI_WORDS, "Temperature Range:\t\t\t" }, #ifdef WI_EXTRA_INFO { WI_RID_PRI_SUP_RANGE, WI_WORDS, "PRI Sup Range:\t\t\t\t" }, { WI_RID_CIF_ACT_RANGE, WI_WORDS, "CFI Act Sup Range:\t\t\t" }, |