]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.C
Scons: update_po target, part one: language_l10n.pot
[lyx.git] / src / bufferparams.C
index d7e58ef4d7cf6d3351cf5dc8703ae7b0a827fe94..28d56613bccd7c89948b537227e883a19ea119a6 100644 (file)
@@ -603,7 +603,7 @@ void BufferParams::writeFile(ostream & os) const
        // the textclass
        os << "\\textclass " << textclasslist[textclass].name() << '\n';
 
-       // then the the preamble
+       // then the preamble
        if (!preamble.empty()) {
                // remove '\n' from the end of preamble
                string const tmppreamble = rtrim(preamble, "\n");