From e257296b7194a3bfaab7c33dedf7edc1017e1740 Mon Sep 17 00:00:00 2001 From: jake Date: Fri, 1 May 2009 06:57:27 +0000 Subject: From Reinhard Speyerer: This patch fixes several misspellings/typos in Wireshark SVN revision 28201. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28203 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-snmp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-snmp.c') diff --git a/epan/dissectors/packet-snmp.c b/epan/dissectors/packet-snmp.c index 32ab98e794..0756254496 100644 --- a/epan/dissectors/packet-snmp.c +++ b/epan/dissectors/packet-snmp.c @@ -2293,9 +2293,9 @@ dissect_snmp_SNMPv3Message(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int off usm_p.authOK = usm_p.user_assoc->user.authModel->authenticate( &usm_p, &calc_auth, &calc_auth_len, &error ); if (error) { - authen_item = proto_tree_add_text(authen_tree,tvb,0,0,"Error while verifying Messsage authenticity: %s", error); + authen_item = proto_tree_add_text(authen_tree,tvb,0,0,"Error while verifying Message authenticity: %s", error); PROTO_ITEM_SET_GENERATED(authen_item); - expert_add_info_format( actx->pinfo, authen_item, PI_MALFORMED, PI_ERROR, "Error while verifying Messsage authenticity: %s", error ); + expert_add_info_format( actx->pinfo, authen_item, PI_MALFORMED, PI_ERROR, "Error while verifying Message authenticity: %s", error ); } else { int severity; gchar* msg; -- cgit v1.2.3