aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-01 06:59:37 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-01 06:59:37 +0000
commite73e61553029e781304c0ffe7249ef51c39cf452 (patch)
tree00897b8b733a8271b3319c278d11f92f2942b66a /plugins
parent4e5863ddb538a458111095adbfd96b264344d745 (diff)
From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark SVN revision 28201. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28205 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins')
-rw-r--r--plugins/asn1/packet-asn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/asn1/packet-asn1.c b/plugins/asn1/packet-asn1.c
index efaa99cf90..cb179f3307 100644
--- a/plugins/asn1/packet-asn1.c
+++ b/plugins/asn1/packet-asn1.c
@@ -4530,7 +4530,7 @@ getPDUprops(PDUprops *out, guint offset, guint class, guint tag, guint cons)
g_message(" seqof: set repeat mark [push,child]");
} else {
if (asn1_verbose)
- g_message(" seqof: end of reapeat loop [next]");
+ g_message(" seqof: end of repeat loop [next]");
NEXT;
}
break;