starmath/inc/cursor.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 581f7ae64de2a865c4a888248c374a89719f0f03
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Tue May 19 16:31:11 2020 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Tue May 19 18:25:10 2020 +0200

    closest not closet
    
    Change-Id: I3bd023d6888fc8bfeafb9122f2fb7cfff382fe6f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94538
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

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 */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to