From e23d9e48b82a36f2eee6a6f37932c3d2037e4b8a Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Mon, 28 Apr 2008 20:32:06 +0000 Subject: Fix minor typo in comment svn path=/trunk/; revision=25189 --- epan/exceptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/exceptions.h') 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 -- cgit v1.2.3