From Reinhard Speyerer:

This patch fixes several misspellings/typos in Wireshark documentation.

svn path=/trunk/; revision=28241
This commit is contained in:
Jaap Keuter 2009-05-02 06:42:52 +00:00
parent 0886c83ba1
commit bee450df35
1 changed files with 1 additions and 1 deletions

View 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