[LyX/master] InsetTabular: fix a typo

Thibaut Cuvelier tcuvelier at lyx.org
Thu Sep 1 22:43:22 UTC 2022


commit 962785cb0f112ac3dfeb60b661af6b5d386a7824
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date:   Fri Sep 2 01:30:25 2022 +0200

    InsetTabular: fix a typo
---
 src/insets/InsetTabular.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h
index 1c07ba0..4356777 100644
--- a/src/insets/InsetTabular.h
+++ b/src/insets/InsetTabular.h
@@ -702,7 +702,7 @@ public:
 	/// can return different things. this is because cellIndex(r,c)
 	/// returns the VISIBLE cell at r,c, which may be the same as the
 	/// cell at the previous row or column, if we're dealing with some
-	/// multirow or multicell.
+	/// multirow or multicolumn.
 	std::shared_ptr<InsetTableCell> cellInset(idx_type cell);
 	std::shared_ptr<InsetTableCell> cellInset(row_type row, col_type column);
 	InsetTableCell const * cellInset(idx_type cell) const;


More information about the lyx-cvs mailing list