summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-05-02 06:42:52 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-05-02 06:42:52 +0000
commitbee450df355af012c39c6421d941a43d7832c729 (patch)
treefe2f4bec9d4e74ef6b47648c97422f75c8b73f8d /doc
parent0886c83ba16a872d4d258bd957950f7ed905cc6b (diff)
downloadwireshark-bee450df355af012c39c6421d941a43d7832c729.tar.gz
From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark documentation. svn path=/trunk/; revision=28241
Diffstat (limited to 'doc')
-rw-r--r--doc/README.binarytrees2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.binarytrees b/doc/README.binarytrees
index 6e09e1373f..78cd7ce3ad 100644
--- a/doc/README.binarytrees
+++ b/doc/README.binarytrees
@@ -218,7 +218,7 @@ in the same tree :
void emem_tree_insert_string(emem_tree_t* h, const gchar* k, void* v, guint32 flags);
void* emem_tree_lookup_string(emem_tree_t* h, const gchar* k, guint32 flags);
These functions are essentially wrappers for se_tree_insert32_array and
-se_tree_lookup32_array, tailered to text strings. They extend the text string
+se_tree_lookup32_array, tailored to text strings. They extend the text string
into an array key and use that to key the se_tree_insert32_array and
se_tree_lookup32_array functions.
In order to support text string in a case insensitive way add the