Thu, 18 Jun 2009 22:21:59 +0000
Eagle eyes McMarq S. caught two other typo. Now I'm wondering if
this was some kind of inside joke.
| libpurple/protocols/jabber/jabber.h | file | annotate | diff | comparison | revisions |
--- 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.