summaryrefslogtreecommitdiff
path: root/starmath/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-09-12 08:49:08 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-09-13 07:15:00 +0200
commit3396d0aace6fe6a280af9e18c07749250c74ca40 (patch)
tree3b94d022dead028f6ca82d5123e9614b4942cbfe /starmath/qa
parent3020dfbee490761e7192668f39e65989dd2b1a50 (diff)
Fix typo
Change-Id: Ib76e9bf09a607dc79bd9ae083927af6124471e1c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156834 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath/qa')
-rw-r--r--starmath/qa/cppunit/test_cursor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/qa/cppunit/test_cursor.cxx b/starmath/qa/cppunit/test_cursor.cxx
index f5be3f5beeaa..114ea791fbd3 100644
--- a/starmath/qa/cppunit/test_cursor.cxx
+++ b/starmath/qa/cppunit/test_cursor.cxx
@@ -182,7 +182,7 @@ void Test::testSelectSurrogatePairs()
SmCursor aCursor(xTree.get(), xDocShRef.get());
ScopedVclPtrInstance<VirtualDevice> pOutputDevice;
- // selct the first character, cut, then paste
+ // select the first character, cut, then paste
aCursor.Move(pOutputDevice, MoveRight, false);
aCursor.Cut();
aCursor.Paste();