]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.C
* allow resizing of detached panel
[lyx.git] / src / LaTeX.C
index 8c8091fe4fc13e68c3f258821e07f82d49cc5472..9a81f8fea5536d42c71a636394c0c52e8449d385 100644 (file)
@@ -725,7 +725,7 @@ void handleFoundFile(string const & ff, DepTable & head)
                lyxerr[Debug::DEPEND] << "AbsolutePath file: "
                                      << foundfile << endl;
                // On initial insert we want to do the update at once
-               // since this file can not be a file generated by
+               // since this file cannot be a file generated by
                // the latex run.
                if (fs::exists(foundfile) && !fs::is_directory(foundfile))
                        head.insert(foundfile, true);