# HG changeset patch # User Richard Laager # Date 1177719346 0 # Node ID ec8a3ca95a1376e3c6168e3a3ca3633f9832fa16 # Parent 993baf4f7725e3467ba72defdccaba738146466e Typo fix in documentation. diff -r 993baf4f7725 -r ec8a3ca95a13 libpurple/request.h --- a/libpurple/request.h Sat Apr 28 00:13:16 2007 +0000 +++ b/libpurple/request.h Sat Apr 28 00:15:46 2007 +0000 @@ -1332,7 +1332,7 @@ * @param cancel_text The text for the @c Cancel button. * @param cancel_cb The callback for the @c Cancel button. * @param account The PurpleAccount associated with this request, or NULL if none is - * @param who The username of the buddy assocaited with this request, or NULL if none is + * @param who The username of the buddy associated with this request, or NULL if none is * @param conv The PurpleConversation associated with this request, or NULL if none is * @param user_data The data to pass to the callback. *