1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

jabber: fixed spelling in comment

This commit is contained in:
James Booth 2012-11-07 01:15:26 +00:00
parent 82e65734c0
commit 9ea9222158

View File

@ -483,7 +483,7 @@ _chat_message_handler(xmpp_stanza_t * const stanza)
chat_session_set_recipient_supports(short_from, recipient_supports);
}
// deal with chat states is recipient supports them
// deal with chat states if recipient supports them
if (recipient_supports) {
if (xmpp_stanza_get_child_by_name(stanza, "composing") != NULL) {
if (prefs_get_notify_typing() || prefs_get_intype()) {