diff --git a/td/telegram/MessageEntity.cpp b/td/telegram/MessageEntity.cpp index a11ca08a..8defb374 100644 --- a/td/telegram/MessageEntity.cpp +++ b/td/telegram/MessageEntity.cpp @@ -1568,7 +1568,7 @@ Result> parse_html(string &text) { } if (text[i] == 0) { return Status::Error(400, - PSLICE() << "Can't found end tag corresponding to start tag at byte offset " << begin_pos); + PSLICE() << "Can't find end tag corresponding to start tag at byte offset " << begin_pos); } auto end_tag_begin_pos = i++;