diff options
-rw-r--r-- | plugins/asn1/packet-asn1.c | 2 |
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; |