# HG changeset patch # User Mark Doliner # Date 1245363719 0 # Node ID 8d41702ae3f32ada90d6d68135bf0f00efc124ae # Parent 5f0b184b20ef27eda6d8db2d81753d4a7ff6dbf2 Eagle eyes McMarq S. caught two other typo. Now I'm wondering if this was some kind of inside joke. diff -r 5f0b184b20ef -r 8d41702ae3f3 libpurple/protocols/jabber/jabber.h --- 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.