Fix misprint.

GitOrigin-RevId: 919dcb9bc3d21c4006a24de32dfc1f6e25056e4f
This commit is contained in:
levlam 2019-07-30 00:43:08 +03:00
parent 09aa775fe7
commit a7d7882931

View File

@ -1568,7 +1568,7 @@ Result<vector<MessageEntity>> 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++;