]> git.lyx.org Git - features.git/commitdiff
This one didn't make it to Unicode for some reason.
authorRichard Heck <rgheck@comcast.net>
Thu, 21 Oct 2010 19:15:31 +0000 (19:15 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 21 Oct 2010 19:15:31 +0000 (19:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35761 a592a061-630c-0410-9148-cb99ea01b6c8

src/LaTeX.cpp

index 1b9e4feef2d9f5daaf3b30950bd9f3dfe9d80723..47c2201a51bea2d172a5cabfb1911cb20d358d7c 100644 (file)
@@ -951,7 +951,7 @@ void LaTeX::deplog(DepTable & head)
        string lastline;
        while (ifs) {
                // Ok, the scanning of files here is not sufficient.
-               // Sometimes files are named by "File: xxx" only
+               // Sometimes files are named by "File: xxx" only
                // So I think we should use some regexps to find files instead.
                // Note: all file names and paths might contains spaces.
                bool found_file = false;