commit a4f675a0408f4af13a7ea3a7856763dac8175e9a
Author: Thibaut Cuvelier <tcuvel...@lyx.org>
Date:   Mon May 20 03:11:41 2024 +0200

    XHTML: fix typo in comment.
---
 src/output_xhtml.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/output_xhtml.cpp b/src/output_xhtml.cpp
index f01b0b8e62..c83fdeed82 100644
--- a/src/output_xhtml.cpp
+++ b/src/output_xhtml.cpp
@@ -422,7 +422,7 @@ ParagraphList::const_iterator makeEnvironment(Buffer const 
& buf,
                // (We also do not deal with 'resume' counters, though I'm not 
sure that can
                // be done at all in HTML.)
 
-               // Code adapated from Buffer::Impl::setLabel
+               // Code adapted from Buffer::Impl::setLabel
                bool const isenum = bstyle.labeltype == LABEL_ENUMERATE;
                docstring enumcounter = bstyle.counter.empty() ?
                                        ( isenum ? from_ascii("enum") : 
from_ascii("lyxitem") ) :
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to