diff libpurple/dnssrv.h @ 32640:e1d4eea990d2

Correct the name of this reference. This was a copy/paste error from dnsquery.h
author Mark Doliner <mark@kingant.net>
date Sun, 18 Sep 2011 21:45:51 +0000
parents efe38e6319f2
children
line wrap: on
line diff
--- a/libpurple/dnssrv.h	Sun Sep 18 21:45:29 2011 +0000
+++ b/libpurple/dnssrv.h	Sun Sep 18 21:45:51 2011 +0000
@@ -70,7 +70,7 @@
 
 	/** Called just before @a query_data is freed; this should cancel any
 	 *  further use of @a query_data the UI would make. Unneeded if
-	 *  #resolve_host is not implemented.
+	 *  #resolve is not implemented.
 	 */
 	void (*destroy)(PurpleSrvTxtQueryData *query_data);