aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icq.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-18 19:08:49 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-18 19:08:49 +0000
commit2d72d0d25edfd48227062c781c17cbc88da92c2b (patch)
treeada9aa2c01f7b2a0d24b67b54d2b571f6f4a0f85 /epan/dissectors/packet-icq.c
parentb5ae80f82749a41c0c847bf990875956a5d853a9 (diff)
Fix various typos and spelling errors (mostly in text strings)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27050 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-icq.c')
-rw-r--r--epan/dissectors/packet-icq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-icq.c b/epan/dissectors/packet-icq.c
index 938621d20c..2c3a47fc43 100644
--- a/epan/dissectors/packet-icq.c
+++ b/epan/dissectors/packet-icq.c
@@ -1278,7 +1278,7 @@ icqv5_srv_meta_user(proto_tree* tree, /* Tree to put the data in */
/* Get the authorize setting */
auth = tvb_get_guint8(tvb, offset);
proto_tree_add_text(sstree, tvb, offset, 1,
- "authorization: %s", (auth==0x01)?"Neccessary":"Who needs it");
+ "authorization: %s", (auth==0x01)?"Necessary":"Who needs it");
offset++; left--;
/* Get x2 */
proto_tree_add_text(sstree, tvb, offset, sizeof(guint16),
@@ -1315,7 +1315,7 @@ icqv5_srv_meta_user(proto_tree* tree, /* Tree to put the data in */
"First name",
"Last name",
"Primary email",
- "Secundary email",
+ "Secondary email",
"Old email",
"City",
"State",