about summary refs log tree commit diff stats
path: root/src/xmpp/ox.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-12-10 09:24:32 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-12-10 09:24:32 +0100
commita94378f206c96ff4b3687b001b5a42a7db41ce72 (patch)
treeee7bbba2acaa408638c7e3cfeb6027cc3f7d729f /src/xmpp/ox.c
parentf0bfa6929673cdcf016b15ea4413e67c6a07291d (diff)
downloadprofani-tty-a94378f206c96ff4b3687b001b5a42a7db41ce72.tar.gz
Fix various typos
Diffstat (limited to 'src/xmpp/ox.c')
-rw-r--r--src/xmpp/ox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/ox.c b/src/xmpp/ox.c
index e8b579d4..e083ad12 100644
--- a/src/xmpp/ox.c
+++ b/src/xmpp/ox.c
@@ -262,7 +262,7 @@ _ox_metadata_node__public_key(const char* const fingerprint)
 static int
 _ox_metadata_result(xmpp_conn_t* const conn, xmpp_stanza_t* const stanza, void* const userdata)
 {
-    log_debug("OX: Processing result %s's meatadata.", (char*)userdata);
+    log_debug("OX: Processing result %s's metadata.", (char*)userdata);
 
     if (g_strcmp0(xmpp_stanza_get_type(stanza), "result") != 0) {
         cons_show("OX: Error:");