commit 3bba2ad1507d9392ccfa70dfaeb8d1b84d27acb0
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Wed Sep 21 19:29:52 2022 +0200

    vocabulary
---
 src/Row.h          |    2 +-
 src/insets/Inset.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Row.h b/src/Row.h
index 8dc4112..156fd9f 100644
--- a/src/Row.h
+++ b/src/Row.h
@@ -141,7 +141,7 @@ public:
                Change change;
                // is it possible to add contents to this element?
                bool final = false;
-               // properties with respect to row breaking (made of RowFlag 
enums)
+               // properties with respect to row breaking (made of RowFlag 
enumerators)
                int row_flags = Inline;
 
                friend std::ostream & operator<<(std::ostream & os, Element 
const & row);
diff --git a/src/insets/Inset.h b/src/insets/Inset.h
index f73f8a6..85527ea 100644
--- a/src/insets/Inset.h
+++ b/src/insets/Inset.h
@@ -479,7 +479,7 @@ public:
 
        virtual CtObject getCtObject(OutputParams const &) const;
 
-       // properties with respect to row breaking (made of RowFLag enums)
+       // properties with respect to row breaking (made of RowFLag enumerators)
        virtual int rowFlags() const { return Inline; }
        /// indentation before this inset (only needed for displayed hull 
insets with fleqn option)
        virtual int indent(BufferView const &) const { return 0; }
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to