aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1/packet-asn1.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-05-01 06:59:37 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-05-01 06:59:37 +0000
commitf6122af9be18e931cf09c2b12cb80b162f8f2fe0 (patch)
tree00897b8b733a8271b3319c278d11f92f2942b66a /plugins/asn1/packet-asn1.c
parentb7dc0a3e51f2d337ef96324245ab5432c5effca0 (diff)
From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark SVN revision 28201. svn path=/trunk/; revision=28205
Diffstat (limited to 'plugins/asn1/packet-asn1.c')
-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;