Mercurial > pidgin
changeset 29893:ba0571f18075
Fix copy&paste typos.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 10 May 2010 21:27:28 +0000 |
parents | 193a8e64e373 |
children | ec89b1d8571a |
files | libpurple/prpl.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/prpl.h Mon May 10 21:16:20 2010 +0000 +++ b/libpurple/prpl.h Mon May 10 21:27:28 2010 +0000 @@ -608,7 +608,7 @@ /** * Retrieve the user's "friendly name" as set on the server. * The protocol plugin should call success_cb or failure_cb - * *asynchronously* (even if it knows immediately that the set will fail, + * *asynchronously* (even if it knows immediately that the get will fail, * call one of the callbacks from an idle/0-second timeout) depending * on if the nickname is retrieved. * @@ -620,8 +620,8 @@ * @since 2.7.0 */ void (*get_public_alias)(PurpleConnection *gc, - PurpleSetPublicAliasSuccessCallback success_cb, - PurpleSetPublicAliasFailureCallback failure_cb); + PurpleGetPublicAliasSuccessCallback success_cb, + PurpleGetPublicAliasFailureCallback failure_cb); }; #define PURPLE_PROTOCOL_PLUGIN_HAS_FUNC(prpl, member) \