aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tipc.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-03-18 22:24:24 +0000
committerBill Meier <wmeier@newsguy.com>2012-03-18 22:24:24 +0000
commit2df5dc3d533008334c3705b9a1d3683663a88ae2 (patch)
tree39266fb60b61337685d57db6e23138c074c61a93 /epan/dissectors/packet-tipc.c
parenta7041cacb0552d85d6e173a6d2e54e2bce4c73b4 (diff)
From Reinhard Speyerer: Fix several misspellings/typos in Wireshark
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6967 svn path=/trunk/; revision=41645
Diffstat (limited to 'epan/dissectors/packet-tipc.c')
-rw-r--r--epan/dissectors/packet-tipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tipc.c b/epan/dissectors/packet-tipc.c
index 312a038fda..bf8784ea30 100644
--- a/epan/dissectors/packet-tipc.c
+++ b/epan/dissectors/packet-tipc.c
@@ -1910,7 +1910,7 @@ dissect_tipc_int_prot_msg(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tipc_tr
* part of the changeover procedure. This message type may be regarded as an empty
* ORIGINAL_MSG, where message count is zero, and no packet is wrapped inside.
*/
- proto_tree_add_text(tipc_tree, tvb, offset, -1, "TIPC_CHANGEOVER_PROTOCOL Protol/dissection Error");
+ proto_tree_add_text(tipc_tree, tvb, offset, -1, "TIPC_CHANGEOVER_PROTOCOL Protocol/dissection Error");
break;
}
break;