Mercurial > pidgin
changeset 32179: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 | da240637e309 |
children | 7219f52cdfa3 |
files | libpurple/dnssrv.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);