summaryrefslogtreecommitdiff
path: root/libpurple/protocols/jabber/jabber.h
diff options
context:
space:
mode:
authorMark Doliner <markdoliner@pidgin.im>2009-06-18 19:44:02 +0000
committerMark Doliner <markdoliner@pidgin.im>2009-06-18 19:44:02 +0000
commit6c45fb23f1bdd0f9c379488ed69be759badf5a23 (patch)
treeef5f2f737d83e6bf4755c8ad5e7663928920f3c4 /libpurple/protocols/jabber/jabber.h
parent645f25d3a36cc83cb4aa02235990e35576168786 (diff)
downloadpidgin-6c45fb23f1bdd0f9c379488ed69be759badf5a23.tar.gz
Fix a typo. Heh heh, "vistit"
Diffstat (limited to 'libpurple/protocols/jabber/jabber.h')
-rw-r--r--libpurple/protocols/jabber/jabber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/protocols/jabber/jabber.h b/libpurple/protocols/jabber/jabber.h
index 0fc407eda4..21663ad1c8 100644
--- a/libpurple/protocols/jabber/jabber.h
+++ b/libpurple/protocols/jabber/jabber.h
@@ -325,7 +325,7 @@ char *jabber_parse_error(JabberStream *js, xmlnode *packet, PurpleConnectionErro
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.