From Reinhard Speyerer:
authorJaap Keuter <jaap.keuter@xs4all.nl>
Sat, 2 May 2009 06:42:52 +0000 (06:42 -0000)
committerJaap Keuter <jaap.keuter@xs4all.nl>
Sat, 2 May 2009 06:42:52 +0000 (06:42 -0000)
This patch fixes several misspellings/typos in Wireshark documentation.

svn path=/trunk/; revision=28241

doc/README.binarytrees

index 6e09e1373fc73e71cf0fa4fb69783e3d8db5fb16..78cd7ce3adf2f7bce6de6d3b9f7de8c3b3ce5155 100644 (file)
@@ -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