Spelling errors fixed and hyphenation used as minus sign fixed

This commit is contained in:
Dariusz Dwornikowski
2014-08-11 18:54:20 +02:00
parent 651d5aaaf0
commit 225312802e
6 changed files with 10 additions and 10 deletions

View File

@@ -381,7 +381,7 @@ _groupchat_handler(xmpp_conn_t * const conn,
// room not active in profanity
if (!muc_room_is_active(jid->barejid)) {
log_error("Message recieved for inactive chat room: %s", jid->str);
log_error("Message received for inactive chat room: %s", jid->str);
jid_destroy(jid);
return 1;
}