diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-09-22 13:01:55 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2021-09-22 13:01:55 +0200 |
commit | 8e43ab05da627c7359937e7ac8a4c2521c891766 (patch) | |
tree | dd9261cd14da08218dc4f139f370f47fc954b188 /src | |
parent | 31d72689c79dff0aab4559a161013a224e6082e2 (diff) | |
download | profani-tty-8e43ab05da627c7359937e7ac8a4c2521c891766.tar.gz |
Fix typos
Diffstat (limited to 'src')
-rw-r--r-- | src/xmpp/iq.c | 4 |
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; |