]> git.lyx.org Git - features.git/commitdiff
InsetTabular: fix a typo
authorThibaut Cuvelier <tcuvelier@lyx.org>
Thu, 1 Sep 2022 23:30:25 +0000 (01:30 +0200)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Thu, 1 Sep 2022 23:30:25 +0000 (01:30 +0200)
src/insets/InsetTabular.h

index 1c07ba0f05e7cab8938db9d27bb7164703317467..4356777bccd894dcd49d4c2614f22ccf28375d97 100644 (file)
@@ -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;