mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 04:56:22 +00:00
Fix various typos
This commit is contained in:
@@ -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:");
|
||||
|
||||
Reference in New Issue
Block a user