From 1b4f96516cf19c7ccad5589b5f17592481bedadc Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Fri, 2 Jan 2015 15:28:20 +0100 Subject: Some typos fixed. Change-Id: I65df0c40d771c4854b73fd5c35d1af600f15f324 Reviewed-on: https://code.wireshark.org/review/6445 Reviewed-by: Pascal Quantin --- doc/README.heuristic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/README.heuristic') diff --git a/doc/README.heuristic b/doc/README.heuristic index 83fabb3deb..02e8449efc 100644 --- a/doc/README.heuristic +++ b/doc/README.heuristic @@ -93,7 +93,7 @@ that it's not good enough to distinguish between two given protocols. Note: The heuristic code in a dissector *must not* cause an exception (before returning FALSE) as this will prevent following - heuristic dissector handoffs. In practce, this normally means + heuristic dissector handoffs. In practice, this normally means that a test should be done to verify that the required data is available in the tvb before fetching from the tvb. (See the example below). -- cgit v1.2.3