about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
authorChristian Storm <Christian.Storm@tngtech.com>2015-02-17 10:52:37 +0100
committerChristian Storm <Christian.Storm@tngtech.com>2015-02-17 10:52:37 +0100
commita1d14c4526a8d47adeef254cf0ae9142ae2b13b3 (patch)
treec40cdb55279bb76c63321fc566ef89fe0073bd60 /src/xmpp
parent0997bafeb99541fff67765506392209ef2ce1ef1 (diff)
downloadprofani-tty-a1d14c4526a8d47adeef254cf0ae9142ae2b13b3.tar.gz
Fixed spelling.
Diffstat (limited to 'src/xmpp')
-rw-r--r--src/xmpp/presence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/presence.c b/src/xmpp/presence.c
index a0d9e0f1..f4c45318 100644
--- a/src/xmpp/presence.c
+++ b/src/xmpp/presence.c
@@ -517,7 +517,7 @@ _handle_caps(char *jid, XMPPCaps *caps)
             }
         }
 
-    // unsupported hash, xep-0115, assoiciate with JID, no cache
+    // unsupported hash, xep-0115, associate with JID, no cache
     } else if (caps->hash) {
         log_info("Hash %s not supported: %s, sending service discovery request", caps->hash, jid);
         char *id = create_unique_id("caps");