commit d654c4782a0cc34342f2632f7a50ffe6658241dd
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Mon Jul 18 16:24:06 2016 +0200

    Typo
---
 src/insets/InsetTabular.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h
index a491a3b..4b8ce59 100644
--- a/src/insets/InsetTabular.h
+++ b/src/insets/InsetTabular.h
@@ -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

Reply via email to