]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Context.cpp
tex2lyx/Preamble.cpp: support 2 math fonts
[lyx.git] / src / tex2lyx / Context.cpp
index fecc11aedfb5a6ba4babd9d2002f1dcb9600a85b..6de70f9c1f3b5d2c81c51ac0b4995d5fe88eace8 100644 (file)
@@ -115,7 +115,7 @@ void Context::begin_layout(ostream & os, Layout const * const & l)
        // \\Huge par1 \\par par2
        // FIXME: If the document language is not english this outputs a
        // superflous language change. Fortunately this is only file format
-       // bloat an does not change the TeX export of LyX.
+       // bloat and does not change the TeX export of LyX.
        output_font_change(os, normalfont, font);
 }