From 9c337236321053f587f0657531f1e37bb418ff35 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 28 Aug 2018 12:39:23 +0200 Subject: [PATCH] Improve comment --- src/tex2lyx/Context.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tex2lyx/Context.cpp b/src/tex2lyx/Context.cpp index f28911a3c5..283846e7cf 100644 --- a/src/tex2lyx/Context.cpp +++ b/src/tex2lyx/Context.cpp @@ -140,9 +140,9 @@ void Context::check_layout(ostream & os) begin_layout(os, layout); has_item = false; } else { - // a standard paragraph in an - // enumeration. We have to recognize - // that this may require a begin_deeper. + // A standard paragraph in a list. + // We have to recognize that this + // may require a begin_deeper. if (!deeper_paragraph) begin_deeper(os); begin_layout(os, &textclass.defaultLayout());