From: Richard Heck Date: Fri, 31 Oct 2008 15:37:34 +0000 (+0000) Subject: Clarify comment. X-Git-Tag: 1.6.10~2759 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bd9cdad48f042f6590ff0805bfffd7d2ed72d205;p=features.git Clarify comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27217 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/output_latex.cpp b/src/output_latex.cpp index 164d8886ac..efc9003710 100644 --- a/src/output_latex.cpp +++ b/src/output_latex.cpp @@ -724,8 +724,8 @@ TeXOnePar(Buffer const & buf, runparams_in.encoding = runparams.encoding; - // we don't need it for the last paragraph!!! - // Note from JMarc: we will re-add a \n explicitely in + // we don't need a newline for the last paragraph!!! + // Note from JMarc: we will re-add a \n explicitly in // TeXEnvironment, because it is needed in this case if (nextpit != paragraphs.end()) { Layout const & next_layout = nextpit->layout();