Fix misprint.

GitOrigin-RevId: fbfa91572c5f42248ed3b12bf8ebb9979477c6c4
This commit is contained in:
levlam 2018-08-05 00:52:52 +03:00
parent debb0cf186
commit a82fbad806

View File

@ -4711,7 +4711,7 @@ void MessagesManager::Dialog::parse(ParserT &parser) {
parse(size, parser);
if (size < 0) {
// the logevent is broken
// it should be impossible, but has happenned at least ones
// it should be impossible, but has happenned at least once
parser.set_error("Wrong first_database_message_id_by_index table size");
return;
}