about summary refs log tree commit diff stats
path: root/src/xmpp/presence.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/presence.c')
-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 24d2729a..cf0c814a 100644
--- a/src/xmpp/presence.c
+++ b/src/xmpp/presence.c
@@ -576,7 +576,7 @@ _handle_caps(char *jid, XMPPCaps *caps)
         iq_send_caps_request_legacy(jid, id, caps->node, caps->ver);
         free(id);
     } else {
-        log_info("No hash specified: %s, could not create ver string, not sending service disovery request.", jid);
+        log_info("No hash specified: %s, could not create ver string, not sending service discovery request.", jid);
     }
 }