[LyX/master] Cosmetics

Juergen Spitzmueller spitz at lyx.org
Fri Jan 29 14:44:49 UTC 2021


commit fd8b3c148fa768f292af5da9f24edccd5498dc4d
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Fri Jan 29 15:46:46 2021 +0100

    Cosmetics
---
 src/OutputParams.h        |    2 +-
 src/insets/InsetTabular.h |    2 +-
 src/insets/InsetText.cpp  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/OutputParams.h b/src/OutputParams.h
index aeac6dd..05eed6b 100644
--- a/src/OutputParams.h
+++ b/src/OutputParams.h
@@ -121,7 +121,7 @@ public:
 	*/
 	mutable bool need_maketitle = false;
 
-	/** have_maketitle == true means that \maketitle already hase been output.
+	/** have_maketitle == true means that \maketitle already has been output.
 	*/
 	mutable bool have_maketitle = false;
 
diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h
index b6ef973..1d1cf57 100644
--- a/src/insets/InsetTabular.h
+++ b/src/insets/InsetTabular.h
@@ -74,7 +74,7 @@ public:
 	///
 	void toggleMultiRow(bool m) { isMultiRow = m; }
 	///
-	void setContentAlignment(LyXAlignment al) {contentAlign = al; }
+	void setContentAlignment(LyXAlignment al) { contentAlign = al; }
 	/// writes the contents of the cell as a string, optionally
 	/// descending into insets
 	docstring asString(bool intoInsets = true);
diff --git a/src/insets/InsetText.cpp b/src/insets/InsetText.cpp
index 8e0500d..9e04b57 100644
--- a/src/insets/InsetText.cpp
+++ b/src/insets/InsetText.cpp
@@ -977,7 +977,7 @@ void InsetText::updateBuffer(ParIterator const & it, UpdateType utype, bool cons
 			cnt.restoreLastLayout();
 			// FIXME cnt.restoreLastCounter()?
 		}
-		// Record in this inset is embedded in a title layout
+		// Record if this inset is embedded in a title layout
 		// This is needed to decide when \maketitle is output.
 		intitle_context_ = it.paragraph().layout().intitle;
 		// Also check embedding layouts


More information about the lyx-cvs mailing list