]> git.lyx.org Git - features.git/commitdiff
Typo
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 18 Jul 2016 14:24:06 +0000 (16:24 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 18 Jul 2016 14:24:06 +0000 (16:24 +0200)
src/insets/InsetTabular.h

index a491a3b21d254ce383679dc49fcf64cfff3cc1d3..4b8ce5942f683a63e18eabb459e6fc20256bf6b8 100644 (file)
@@ -1054,10 +1054,11 @@ private:
        /// return the cell nearest to x, y
        idx_type getNearestCell(BufferView &, int x, int y) const;
 
-       /// test the rotation state of the give cell range.
+       /// test the rotation state of the given cell range.
        bool oneCellHasRotationState(bool rotated,
                                row_type row_start, row_type row_end,
                                col_type col_start, col_type col_end) const;
+
        /// true when selecting rows with the mouse
        bool rowselect_;
        /// true when selecting columns with the mouse