# HG changeset patch # User Elliott Sales de Andrade # Date 1273526848 0 # Node ID ba0571f18075a86a7c0234a511d4c0784a16c602 # Parent 193a8e64e3738d5b60e464fa5499e4992401461c Fix copy&paste typos. diff -r 193a8e64e373 -r ba0571f18075 libpurple/prpl.h --- 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) \