]> git.lyx.org Git - features.git/commitdiff
* LaTeX.cpp: update comment + typo.
authorJürgen Spitzmüller <spitz@lyx.org>
Thu, 7 Jan 2010 11:46:23 +0000 (11:46 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Thu, 7 Jan 2010 11:46:23 +0000 (11:46 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32827 a592a061-630c-0410-9148-cb99ea01b6c8

src/LaTeX.cpp

index 49968ffdc8a6884995b4f53ff166c66fe09b7b05..db2037f8d2f4edeca588dfc09aa257998ad40f2d 100644 (file)
@@ -50,7 +50,6 @@ namespace os = support::os;
 //   different way.
 // - the makeindex style files should be taken care of with
 //   the dependency mechanism.
-// - somewhere support viewing of bibtex and makeindex log files.
 // - we should perhaps also scan the bibtex log file
 
 namespace {
@@ -147,7 +146,7 @@ int LaTeX::run(TeXErrors & terr)
        // We know that this function will only be run if the lyx buffer
        // has been changed. We also know that a newly written .tex file
        // is always different from the previous one because of the date
-       // in it. However it seems safe to run latex (at least) on time
+       // in it. However it seems safe to run latex (at least) one time
        // each time the .tex file changes.
 {
        int scanres = NO_ERRORS;