Mercurial > pidgin
changeset 16542:ec8a3ca95a13
Typo fix in documentation.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 28 Apr 2007 00:15:46 +0000 |
parents | 993baf4f7725 |
children | 175eadaead53 e87a490968bb |
files | libpurple/request.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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. *