From cacad71fa29efcbfa093f7e2a68e2ff368da13cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Sat, 26 Jun 2010 17:03:47 +0000 Subject: [PATCH] BufferParams.cpp: fix typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34710 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferParams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())