aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_a.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-18 19:08:49 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-18 19:08:49 +0000
commitc544c209561e2661d014eac1b3f7a2a6a67af636 (patch)
treeada9aa2c01f7b2a0d24b67b54d2b571f6f4a0f85 /epan/dissectors/packet-ansi_a.c
parentdbd150e9484c48e8dbe71f5042d8b7cc8a4eea93 (diff)
Fix various typos and spelling errors (mostly in text strings)
svn path=/trunk/; revision=27050
Diffstat (limited to 'epan/dissectors/packet-ansi_a.c')
-rw-r--r--epan/dissectors/packet-ansi_a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ansi_a.c b/epan/dissectors/packet-ansi_a.c
index 95e99360fc..0a4f07170b 100644
--- a/epan/dissectors/packet-ansi_a.c
+++ b/epan/dissectors/packet-ansi_a.c
@@ -4884,7 +4884,7 @@ elem_hho_params(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gcha
other_decode_bitfield_value(a_bigbuf, oct, 0x01, 8);
proto_tree_add_text(tree,
tvb, curr_offset, 1,
- "%s : FPC SubChannel Information Included",
+ "%s : FPC Subchannel Information Included",
a_bigbuf);
curr_offset++;