typo in comment

This commit is contained in:
Juergen Spitzmueller 2017-07-23 12:11:03 +02:00
parent 94d45d9c56
commit d50e2aa7bf

View File

@ -651,7 +651,7 @@ int LaTeX::scanLogFile(TeXErrors & terr)
onlyFileName(changeExtension(file.absFileName(), ".log"));
LYXERR(Debug::LATEX, "Log file: " << tmp);
FileName const fn = FileName(makeAbsPath(tmp));
// FIXME we should use and ifdocstream here and a docstring for token
// FIXME we should use an ifdocstream here and a docstring for token
// below. The encoding of the log file depends on the _output_ (font)
// encoding of the TeX file (T1, TU etc.). See #10728.
ifstream ifs(fn.toFilesystemEncoding().c_str());