[Libreoffice-commits] core.git: starmath/inc
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue May 19 16:25:44 UTC 2020
starmath/inc/cursor.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 581f7ae64de2a865c4a888248c374a89719f0f03
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue May 19 16:31:11 2020 +0100
Commit: Caolán McNamara <caolanm at 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 <caolanm at 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 */
More information about the Libreoffice-commits
mailing list