]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.C
Fix class switching bug
[lyx.git] / src / LaTeX.C
index deaffae9ce38a8d3797dc60db20e55966f1d7e65..2485f03371fc263a38fe8bbc372d006009952a70 100644 (file)
@@ -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);