commit a742b9feaec0347f90e2cce6653d95075bd4f379
Author: Jean-Marc Lasgouttes <[email protected]>
Date: Tue Apr 19 13:53:47 2016 +0200
amend 5b7be5eb (typo+spacing)
diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp
index 7323560..ac63676 100644
--- a/src/insets/InsetTabular.cpp
+++ b/src/insets/InsetTabular.cpp
@@ -3963,7 +3963,7 @@ bool InsetTabular::hitSelectColumn(BufferView const & bv,
int y) const
int const y0 = yo(bv) - tabular.rowAscent(0) + offset_valign_;
// FIXME: using ADD_TO_TABULAR_WIDTH is not really correct since
// there is no margin added vertically to tabular insets.
- // Howerver, it works for now.
+ // However, it works for now.
return y < y0 + ADD_TO_TABULAR_WIDTH || y > y0 + tabular.height() -
ADD_TO_TABULAR_WIDTH;
}
diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h
index 5b5f836..f63b84a 100644
--- a/src/insets/InsetTabular.h
+++ b/src/insets/InsetTabular.h
@@ -1009,7 +1009,7 @@ private:
bool hitSelectRow(BufferView const & bv, int x) const;
///
bool hitSelectColumn(BufferView const & bv, int y) const;
- /// Returns true if coordinates are on row/column selection zones
+ /// Returns true if coordinates are on row/column selection zones
bool clickable(BufferView const &, int x, int y) const;
///