aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.heuristic
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.heuristic')
-rw-r--r--doc/README.heuristic2
1 files changed, 1 insertions, 1 deletions
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).