aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x25.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-01-05 13:01:08 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-01-05 13:01:08 +0000
commitda69e3f6ed165ddc7feefcb6a1054e308330c7c7 (patch)
tree2ec913d2de0cecf04e92c11547a05cd175a5f66a /epan/dissectors/packet-x25.c
parent3fb5d7c031e9e49001d910feaa1b7639987eea2f (diff)
Bill Meier:
Spelling fixes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16956 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-x25.c')
-rw-r--r--epan/dissectors/packet-x25.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-x25.c b/epan/dissectors/packet-x25.c
index 0e11c5fcc3..fb9fe77885 100644
--- a/epan/dissectors/packet-x25.c
+++ b/epan/dissectors/packet-x25.c
@@ -698,7 +698,7 @@ dump_facilities(proto_tree *tree, int *offset, tvbuff_t *tvb)
tmpbuf=ep_alloc(80);
ti = proto_tree_add_text(fac_tree, tvb, *offset, 1, "Code : %02X "
- "(Throughput class negociation)", fac);
+ "(Throughput class negotiation)", fac);
fac_subtree = proto_item_add_subtree(ti, ett_x25_fac_throughput);
byte1 = tvb_get_guint8(tvb, *offset + 1);
switch (byte1 >> 4)
@@ -796,7 +796,7 @@ dump_facilities(proto_tree *tree, int *offset, tvbuff_t *tvb)
case X25_FAC_EXPRESS_DATA:
if (fac_tree) {
ti = proto_tree_add_text(fac_tree, tvb, *offset, 1, "Code : %02X "
- "(Negociation of express data)", fac);
+ "(Negotiation of express data)", fac);
fac_subtree = proto_item_add_subtree(ti,
ett_x25_fac_express_data);
proto_tree_add_text(fac_subtree, tvb, *offset+1, 1,