diff options
author | Jaap Keuter <jaap.keuter@xs4all.nl> | 2009-05-01 06:59:37 +0000 |
---|---|---|
committer | Jaap Keuter <jaap.keuter@xs4all.nl> | 2009-05-01 06:59:37 +0000 |
commit | f6122af9be18e931cf09c2b12cb80b162f8f2fe0 (patch) | |
tree | 00897b8b733a8271b3319c278d11f92f2942b66a /plugins | |
parent | b7dc0a3e51f2d337ef96324245ab5432c5effca0 (diff) | |
download | wireshark-f6122af9be18e931cf09c2b12cb80b162f8f2fe0.tar.gz wireshark-f6122af9be18e931cf09c2b12cb80b162f8f2fe0.tar.bz2 wireshark-f6122af9be18e931cf09c2b12cb80b162f8f2fe0.zip |
From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark SVN revision 28201.
svn path=/trunk/; revision=28205
Diffstat (limited to 'plugins')
-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; |