]> git.lyx.org Git - features.git/commitdiff
fix typo reported by John McCabe-Dansted
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 30 Jan 2007 10:42:19 +0000 (10:42 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 30 Jan 2007 10:42:19 +0000 (10:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16944 a592a061-630c-0410-9148-cb99ea01b6c8

src/buffer.C

index fcaeaed6826397cfe563525e35f2438869891ba7..2630fc4b8e058be83df23725aece13c8ed21f422 100644 (file)
@@ -1167,7 +1167,7 @@ int Buffer::runChktex()
                             _("Could not run chktex successfully."));
        } else if (res > 0) {
                // Fill-in the error list with the TeX errors
-               bufferErrors(*this, terr, errorLists_["ChkTex"]);
+               bufferErrors(*this, terr, errorLists_["ChkTeX"]);
        }
 
        busy(false);