diff --git a/src/Row.h b/src/Row.h index 8dc41120b9..156fd9f671 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 f73f8a60a0..85527eacfb 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; }