Mercurial > pidgin.yaz
changeset 27198:d3b6776186ce
Eagle eyes McMarq S. caught two other typo. Now I'm wondering if
this was some kind of inside joke.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 18 Jun 2009 22:21:59 +0000 |
parents | 5bc1f2ae4b19 |
children | e6eee2b3417c e3fd06032c4b |
files | libpurple/protocols/jabber/jabber.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h Thu Jun 18 20:37:39 2009 +0000 +++ b/libpurple/protocols/jabber/jabber.h Thu Jun 18 22:21:59 2009 +0000 @@ -325,8 +325,8 @@ void jabber_add_feature(const gchar *namespace, JabberFeatureEnabled cb); /* cb may be NULL */ void jabber_remove_feature(const gchar *namespace); -/** Adds an identitiy to this jabber library instance. For list of valid values visit the - * webiste of the XMPP Registrar ( http://www.xmpp.org/registrar/disco-categories.html#client ). +/** Adds an identity to this jabber library instance. For list of valid values visit the + * website of the XMPP Registrar ( http://www.xmpp.org/registrar/disco-categories.html#client ). * @param category the category of the identity. * @param type the type of the identity. * @param language the language localization of the name. Can be NULL.