aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-20 01:01:28 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-20 01:01:28 +0000
commitea2d615dd7e70c53ce289422d1f1ac820ea9a210 (patch)
tree21d84461f8e68e364895fd9632aac3dd74f47359 /epan/emem.h
parentfa910fac1975f830fc7be5e685ac45a75de039aa (diff)
Fix some typos and spelling (mostly in text strings)
svn path=/trunk/; revision=27068
Diffstat (limited to 'epan/emem.h')
-rw-r--r--epan/emem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/emem.h b/epan/emem.h
index aaf1e0ac83..99bbe384b8 100644
--- a/epan/emem.h
+++ b/epan/emem.h
@@ -230,12 +230,12 @@ emem_tree_t *se_tree_create_non_persistent(int type, const char *name);
#define se_tree_insert32 emem_tree_insert32
/* se_tree_lookup32
- * Retreive the data at the search key. the search key is a 32bit integer value
+ * Retrieve the data at the search key. the search key is a 32bit integer value
*/
#define se_tree_lookup32 emem_tree_lookup32
/* se_tree_lookup32_le
- * Retreive the data for the largest key that is less than or equal
+ * Retrieve the data for the largest key that is less than or equal
* to the search key.
*/
#define se_tree_lookup32_le emem_tree_lookup32_le