mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
fix grammar mistake in comment
This commit is contained in:
parent
3c9b05a0d7
commit
99a67a43c6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user