src/blist.h

changeset 8735
01248ea222d3
parent 8710
360b660e428d
child 8952
b8bf830b3731
--- a/src/blist.h	Wed Apr 21 01:20:41 2004 +0000
+++ b/src/blist.h	Wed Apr 21 01:34:26 2004 +0000
@@ -723,9 +723,9 @@
 void gaim_blist_node_set_bool(GaimBlistNode *node, const char *key, gboolean value);
 
 /**
- * Retreives a named boolean setting from a node in the buddy list
+ * Retrieves a named boolean setting from a node in the buddy list
  *
- * @param node  The node to retreive the data from
+ * @param node  The node to retrieve the data from
  * @param key   The identifier of the data
  *
  * @return The value, or FALSE if there is no setting
@@ -742,9 +742,9 @@
 void gaim_blist_node_set_int(GaimBlistNode *node, const char *key, int value);
 
 /**
- * Retreives a named integer setting from a node in the buddy list
+ * Retrieves a named integer setting from a node in the buddy list
  *
- * @param node  The node to retreive the data from
+ * @param node  The node to retrieve the data from
  * @param key   The identifier of the data
  *
  * @return The value, or 0 if there is no setting
@@ -762,9 +762,9 @@
 		const char *value);
 
 /**
- * Retreives a named string setting from a node in the buddy list
+ * Retrieves a named string setting from a node in the buddy list
  *
- * @param node  The node to retreive the data from
+ * @param node  The node to retrieve the data from
  * @param key   The identifier of the data
  *
  * @return The value, or NULL if there is no setting

mercurial