Fix typo (from Thibaut)

This commit is contained in:
Richard Kimberly Heck 2020-05-08 13:32:08 -04:00
parent 5588c22e77
commit b1a0f7ac54

View File

@ -689,7 +689,7 @@ void PreviewLoader::Impl::startLoading(bool wait)
}
dumpPreamble(os, flavor);
// handle inputenc etc.
// I think, this is already hadled by dumpPreamble(): Kornel
// I think this is already handled by dumpPreamble(): Kornel
// buffer_.params().writeEncodingPreamble(os, features);
of << "\n\\begin{document}\n";
dumpData(of, inprogress.snippets);