From: Uwe Stöhr Date: Sat, 26 Jun 2010 17:03:47 +0000 (+0000) Subject: BufferParams.cpp: fix typo X-Git-Tag: 2.0.0~3094 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cacad71fa29efcbfa093f7e2a68e2ff368da13cb;p=features.git BufferParams.cpp: fix typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34710 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index bfcae0e618..02267878d0 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -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())