]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.C
Dekels tabular/textinset patches
[lyx.git] / src / LaTeX.C
index 0db816277c23a06a85ef02e66c76abf9da97c6f0..2485f03371fc263a38fe8bbc372d006009952a70 100644 (file)
@@ -119,7 +119,7 @@ int LaTeX::run(TeXErrors & terr, MiniBuffer * minib)
        bool rerun = false; // rerun requested
        
        // The class LaTeX does not know the temp path.
-       bufferlist.updateIncludedTeXfiles(GetCWD());
+       bufferlist.updateIncludedTeXfiles(lyx::getcwd()); //GetCWD());
        
        // Never write the depfile if an error was encountered.
        
@@ -637,7 +637,7 @@ void LaTeX::deplog(DepTable & head)
                // Ok now we found a file.
                // Now we should make sure that this is a file that we can
                // access through the normal paths.
-               // We will not try any fance search methods to
+               // We will not try any fancy search methods to
                // find the file.
                
                // (1) foundfile is an
@@ -646,7 +646,7 @@ void LaTeX::deplog(DepTable & head)
                if (AbsolutePath(foundfile)) {
                        lyxerr[Debug::DEPEND] << "AbsolutePath file: " 
                                              << foundfile << endl;
-                       // On inital insert we want to do the update at once
+                       // On initial insert we want to do the update at once
                        // since this file can not be a file generated by
                        // the latex run.
                        head.insert(foundfile, true);