aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_ulmap.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-22 15:24:18 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-22 15:24:18 +0000
commit9a3563e807a7caa646c79437482aed92fa12182b (patch)
treea068b3f1ae574b5a837b88e9b4b6629b4be5c709 /plugins/wimax/msg_ulmap.c
parent15f02081b343d595d51d5c3cd274a8f69e28bed2 (diff)
Fix some typos and spelling (mostly in text strings)
svn path=/trunk/; revision=27085
Diffstat (limited to 'plugins/wimax/msg_ulmap.c')
-rw-r--r--plugins/wimax/msg_ulmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/wimax/msg_ulmap.c b/plugins/wimax/msg_ulmap.c
index 30b4675064..e6905af213 100644
--- a/plugins/wimax/msg_ulmap.c
+++ b/plugins/wimax/msg_ulmap.c
@@ -1149,7 +1149,7 @@ gint AAS_UL_IE(proto_tree *uiuc_tree, const guint8 *bufptr, gint offset, gint le
XBIT(data, 7, "UL_PermBase");
XBIT(data, 8, "OFDMA symbol offset");
XBIT(data, 8, "AAS zone length");
- XBIT(data, 2, "Uplink peramble config");
+ XBIT(data, 2, "Uplink preamble config");
XBIT(data, 1, "Preamble type");
XBIT(data, 4, "Reserved");
return BIT_TO_NIB(bit);
@@ -1202,7 +1202,7 @@ gint CQICH_Alloc_IE(proto_tree *uiuc_tree, const guint8 *bufptr, gint offset, gi
XBIT(data, 2, "Zone type");
XBIT(data, 2, "Zone PRBS_ID");
if (zperm == 0 || zperm == 1) {
- XBIT(mgi, 1, "Major group indicatioon");
+ XBIT(mgi, 1, "Major group indication");
if (mgi == 1) {
/* PUSC major group bitmap*/
XBIT(data, 6, "PUSC Major group bitmap");