]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/Context.cpp
Implement Hungarian quotation marks style (#12040)
[features.git] / src / tex2lyx / Context.cpp
index f214f770ee466a39c5803c2ad278f61caa6d8724..3ef0550a2c7f10376cb1534973ee2ee9b65030fb 100644 (file)
@@ -115,7 +115,7 @@ void Context::begin_layout(ostream & os, Layout const * const & l)
        // FIXME: This is not enough for things like
        // \\Huge par1 \\par par2
        // FIXME: If the document language is not english this outputs a
-       // superflous language change. Fortunately this is only file format
+       // superfluous language change. Fortunately this is only file format
        // bloat and does not change the TeX export of LyX.
        output_font_change(os, normalfont, font);
 }