aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2015-01-02 15:28:20 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2015-01-09 14:07:06 +0000
commit1b4f96516cf19c7ccad5589b5f17592481bedadc (patch)
treeef4a7a9ad7101f5624007d3e1bb7264da83a08b2 /doc
parent872a23973230b9e991435697a89e47e2e2a42232 (diff)
Some typos fixed.
Change-Id: I65df0c40d771c4854b73fd5c35d1af600f15f324 Reviewed-on: https://code.wireshark.org/review/6445 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'doc')
-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).