From 962785cb0f112ac3dfeb60b661af6b5d386a7824 Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Fri, 2 Sep 2022 01:30:25 +0200 Subject: [PATCH] InsetTabular: fix a typo --- src/insets/InsetTabular.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h index 1c07ba0f05..4356777bcc 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 cellInset(idx_type cell); std::shared_ptr cellInset(row_type row, col_type column); InsetTableCell const * cellInset(idx_type cell) const;