From 581f7ae64de2a865c4a888248c374a89719f0f03 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 19 May 2020 16:31:11 +0100 Subject: closest not closet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3bd023d6888fc8bfeafb9122f2fb7cfff382fe6f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94538 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- starmath/inc/cursor.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath') 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 */ -- cgit