aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntp.c
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-27 16:17:22 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-27 16:17:22 +0000
commit29e921112b2702bb741afd7301c84d83b910143b (patch)
tree51410e9e6cab70630918be98d00bfebf97ce5cf3 /epan/dissectors/packet-ntp.c
parent8c78c3671a1cfb6eb5f489dd9f633aa68792c410 (diff)
Fix a typo.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40018 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ntp.c')
-rw-r--r--epan/dissectors/packet-ntp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ntp.c b/epan/dissectors/packet-ntp.c
index 51e88fce0a..9129b7fda4 100644
--- a/epan/dissectors/packet-ntp.c
+++ b/epan/dissectors/packet-ntp.c
@@ -132,7 +132,7 @@ static const value_string li_types[] = {
/* Version info, 3bit field informs about NTP version used in particular
* packet. According to rfc2030, version info could be only 3 or 4, but I
* have noticed packets with 1 or even 6 as version numbers. They are
- * produced as a result of ntptrace command. Are those packets mailformed
+ * produced as a result of ntptrace command. Are those packets malformed
* on purpose? I don't know yet, probably some browsing through ntp sources
* would help. My solution is to put them as reserved for now.
*/