]> git.lyx.org Git - features.git/commitdiff
BufferParams.cpp: fix typo
authorUwe Stöhr <uwestoehr@web.de>
Sat, 26 Jun 2010 17:03:47 +0000 (17:03 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 26 Jun 2010 17:03:47 +0000 (17:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34710 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferParams.cpp

index bfcae0e618777f40181b4f6a965ba9abd4ac897c..02267878d0874bfa6b461cf137a737deb7109482 100644 (file)
@@ -1553,7 +1553,7 @@ bool BufferParams::writeLaTeX(odocstream & os, LaTeXFeatures & features,
                        os << '[' << g_options << ']';
                os << "{geometry}\n";
                texrow.newline();
-               // output this if only use_geometry is true
+               // output this only if use_geometry is true
                if (use_geometry) {
                        os << "\\geometry{verbose";
                        if (!topmargin.empty())