]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.cpp
GuiBox.cpp: fix this issue: horizontal box alignment is only possible without inner...
[lyx.git] / 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())