X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChktex.C;h=981999f303fb0c5b33275982cabc356d824e91ae;hb=8765ab59cdddad67284007813ef25934ea0042ce;hp=abe36ebf2850de3bb323ac4cc45b0b4570845c95;hpb=0a1057b62e43562161582ec686c0dc59377e6b79;p=lyx.git diff --git a/src/Chktex.C b/src/Chktex.C index abe36ebf28..981999f303 100644 --- a/src/Chktex.C +++ b/src/Chktex.C @@ -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"))));