about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-09-22 13:01:55 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-09-22 13:01:55 +0200
commit8e43ab05da627c7359937e7ac8a4c2521c891766 (patch)
treedd9261cd14da08218dc4f139f370f47fc954b188 /src/xmpp/iq.c
parent31d72689c79dff0aab4559a161013a224e6082e2 (diff)
downloadprofani-tty-8e43ab05da627c7359937e7ac8a4c2521c891766.tar.gz
Fix typos
Diffstat (limited to 'src/xmpp/iq.c')
-rw-r--r--src/xmpp/iq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c
index 42571b9c..4a37b21f 100644
--- a/src/xmpp/iq.c
+++ b/src/xmpp/iq.c
@@ -2713,8 +2713,8 @@ _muc_register_nick_response_handler(xmpp_stanza_t* const stanza, void* const use
             }
         }
     } else if (g_strcmp0(type, STANZA_TYPE_RESULT) == 0) {
-        cons_show("Registration request succesfully received");
-        log_debug("Registration request succesfully received");
+        cons_show("Registration request successfully received");
+        log_debug("Registration request successfully received");
     }
 
     return 0;