aboutsummaryrefslogtreecommitdiffstats
path: root/epan/exceptions.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-04-28 20:32:06 +0000
committerBill Meier <wmeier@newsguy.com>2008-04-28 20:32:06 +0000
commite23d9e48b82a36f2eee6a6f37932c3d2037e4b8a (patch)
tree6dc164b5ed6010088519368d60d7f1c4e6130f1a /epan/exceptions.h
parentd123a61162eb935eec397d809d1002011d25d145 (diff)
Fix minor typo in comment
svn path=/trunk/; revision=25189
Diffstat (limited to 'epan/exceptions.h')
-rw-r--r--epan/exceptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/exceptions.h b/epan/exceptions.h
index 52abdfd7c7..5efbdc9c5d 100644
--- a/epan/exceptions.h
+++ b/epan/exceptions.h
@@ -27,7 +27,7 @@
An attempt was made to read past the logical end of a buffer. This
differs from a BoundsError in that the parent protocol established a
limit past which this dissector should not process in the buffer and that
- limit was execeeded.
+ limit was exceeded.
This generally means that the packet is invalid, i.e. whatever
code constructed the packet and put it on the wire didn't put enough
data into it. It is therefore currently reported as a "Malformed