# HG changeset patch # User Mark Doliner # Date 1245363719 0 # Node ID d3b6776186ce573c45f186a97ea096017fbba815 # Parent 5bc1f2ae4b1912192e8388b38d5975399dc6bfb6 Eagle eyes McMarq S. caught two other typo. Now I'm wondering if this was some kind of inside joke. diff -r 5bc1f2ae4b19 -r d3b6776186ce 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.