Mercurial > pidgin
diff src/blist.h @ 8735:92cbf9713795
[gaim-migrate @ 9490]
Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in
the coments and documentaion. Thansk Jonathan!
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Wed, 21 Apr 2004 01:34:26 +0000 |
| parents | 36b043fe2740 |
| children | e3f4657fa555 |
line wrap: on
line diff
--- 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
