]> git.lyx.org Git - lyx.git/blobdiff - src/Chktex.C
Almost fix 'make check'. The only remaining problem is an undefined
[lyx.git] / src / Chktex.C
index abe36ebf2850de3bb323ac4cc45b0b4570845c95..981999f303fb0c5b33275982cabc356d824e91ae 100644 (file)
@@ -63,7 +63,7 @@ int Chktex::scanLogFile(TeXErrors & terr)
 {
        int retval = 0;
 
-       // FIXME: Find out whether we can onlyFilename() is really needed,
+       // FIXME: Find out whether onlyFilename() is really needed,
        // or whether makeAbsPath(onlyFilename()) is a noop here
        FileName const tmp(makeAbsPath(onlyFilename(changeExtension(file, ".log"))));