fix grammar mistake in comment

This commit is contained in:
Moritz Bunkus 2021-09-22 20:34:09 +02:00
parent 3c9b05a0d7
commit 99a67a43c6
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -195,7 +195,7 @@ ebml_chapters_converter_c::probe_file(std::string const &file_name) {
std::string line;
while (in.getline2(line)) {
// I assume that if it looks like XML then it is a XML chapter file :)
// I assume that if it looks like XML then it is an XML chapter file :)
mtx::string::strip(line);
if (balg::istarts_with(line, "<?xml"))
return true;