aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-slsk.c
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-01 07:20:17 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-01 07:20:17 +0000
commitda3c51adaef833091b800bbb0ab73ba94b5155b7 (patch)
tree42205ec8cf0b4437c202a1f571d5d653b33628fd /epan/dissectors/packet-slsk.c
parent78d0ff75a9440e4bdae5cb09760bd3bbda8ea3ca (diff)
From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark SVN revision 28201. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28226 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-slsk.c')
-rw-r--r--epan/dissectors/packet-slsk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-slsk.c b/epan/dissectors/packet-slsk.c
index 317ef0074f..6484e2ce6e 100644
--- a/epan/dissectors/packet-slsk.c
+++ b/epan/dissectors/packet-slsk.c
@@ -1932,7 +1932,7 @@ static void dissect_slsk_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree
offset += 4;
i=0; j = tvb_get_letohl(tvb, offset);
proto_tree_add_uint_format(slsk_tree, hf_slsk_number_of_users, tvb, offset, 4, tvb_get_letohl(tvb, offset),
- "Number of Priviledged Users: %d", tvb_get_letohl(tvb, offset));
+ "Number of Privileged Users: %d", tvb_get_letohl(tvb, offset));
offset += 4;
while (i<j){
if (check_slsk_format(tvb, offset, "s*")) {