diff libpurple/dnsquery.h @ 21243:6402252be3c8

propagate from branch 'im.pidgin.pidgin' (head e8fa6e02ff781b7fa39b211e7617c5083ea42688) to branch 'im.pidgin.pidgin.next.minor' (head d0c23dfc8d64e57036509dd2e2248caaea3e6d9f)
author Richard Laager <rlaager@wiktel.com>
date Sun, 14 Oct 2007 19:52:54 +0000
parents 70403d57afe6
children 1ef332689ea2
line wrap: on
line diff
--- a/libpurple/dnsquery.h	Sun Oct 14 19:50:27 2007 +0000
+++ b/libpurple/dnsquery.h	Sun Oct 14 19:52:54 2007 +0000
@@ -59,7 +59,7 @@
 	                         PurpleDnsQueryFailedCallback failed_cb);
 
 	/** Called just before @a query_data is freed; this should cancel any
-	 *  further use of @q query_data the UI would make. Unneeded if
+	 *  further use of @a query_data the UI would make. Unneeded if
 	 *  #resolve_host is not implemented.
 	 */
 	void (*destroy)(PurpleDnsQueryData *query_data);