changeset 27196:8a1bf314f89b

Fix a typo. Heh heh, "vistit"
author Mark Doliner <mark@kingant.net>
date Thu, 18 Jun 2009 19:44:02 +0000
parents c19d892f4381
children 5bc1f2ae4b19
files libpurple/protocols/jabber/jabber.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.