# HG changeset patch # User Mark Doliner # Date 1245354242 0 # Node ID 8a1bf314f89bd2c1b2d629d34693f667eba7c4f9 # Parent c19d892f4381656b899f12e6d9dab5ac69013351 Fix a typo. Heh heh, "vistit" diff -r c19d892f4381 -r 8a1bf314f89b libpurple/protocols/jabber/jabber.h --- a/libpurple/protocols/jabber/jabber.h Thu Jun 18 19:42:11 2009 +0000 +++ b/libpurple/protocols/jabber/jabber.h Thu Jun 18 19:44:02 2009 +0000 @@ -325,7 +325,7 @@ 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 vistit the +/** 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 ). * @param category the category of the identity. * @param type the type of the identity.