aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbparse.h
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-22 22:40:06 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-22 22:40:06 +0000
commitd4942925224479e213286055f0fb587e9f8d08fd (patch)
tree19ce0eb14c30378f6ce9e71c9c0d103f5dc35420 /epan/tvbparse.h
parent5543dfad813cf4b6dceebbe9a8aefe9db09a5bc7 (diff)
(Trivial) Fix a typo.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32271 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/tvbparse.h')
-rw-r--r--epan/tvbparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/tvbparse.h b/epan/tvbparse.h
index 4f3e937773..2a971fa946 100644
--- a/epan/tvbparse.h
+++ b/epan/tvbparse.h
@@ -58,7 +58,7 @@
The wanted elements are instantiated once by the proto_register_xxx function.
- The parser is isntantiated for every packet and it mantains its state.
+ The parser is instantiated for every packet and it mantains its state.
The element's data is destroyed before the next packet is dissected.
*/