changeset 20926:70403d57afe6

Fix a typo in a Doxygen comment.
author Richard Laager <rlaager@wiktel.com>
date Sun, 14 Oct 2007 19:51:55 +0000
parents 309eb010efd1
children 3d704e6bd08a
files libpurple/dnsquery.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/dnsquery.h	Sun Oct 14 19:51:30 2007 +0000
+++ b/libpurple/dnsquery.h	Sun Oct 14 19:51:55 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);