summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-19 16:31:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-05-19 18:25:10 +0200
commit581f7ae64de2a865c4a888248c374a89719f0f03 (patch)
tree1398c8a913119684765c0cc3f55dc05591c9e472
parent33d6be390360f1206017c223677b32690edc74a3 (diff)
closest not closet
Change-Id: I3bd023d6888fc8bfeafb9122f2fb7cfff382fe6f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94538 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--starmath/inc/cursor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/cursor.hxx b/starmath/inc/cursor.hxx
index 14897656c0a3..236485d5e04c 100644
--- a/starmath/inc/cursor.hxx
+++ b/starmath/inc/cursor.hxx
@@ -88,7 +88,7 @@ public:
/** Move the position of this cursor */
void Move(OutputDevice* pDev, SmMovementDirection direction, bool bMoveAnchor = true);
- /** Move to the caret position closet to a given point */
+ /** Move to the caret position closest to a given point */
void MoveTo(OutputDevice* pDev, const Point& pos, bool bMoveAnchor);
/** Delete the current selection or do nothing */