summaryrefslogtreecommitdiff
path: root/sw/qa/core/text/text.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-02-05 13:14:54 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-02-05 18:32:50 +0100
commita9802e255a8d56b1ef9f5c071ac8cf9598db5409 (patch)
tree2298365e7206a8bcb5d6057ea1a11e7a0a66def9 /sw/qa/core/text/text.cxx
parentef6212158d8308d60d3edb6c87117958758436e2 (diff)
Fix typos
Change-Id: Ia2a3100f07b45dba214a7f534d6adb54b2ceaa89 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163000 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa/core/text/text.cxx')
-rw-r--r--sw/qa/core/text/text.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/core/text/text.cxx b/sw/qa/core/text/text.cxx
index 690fc333afb5..74e2bcdbb433 100644
--- a/sw/qa/core/text/text.cxx
+++ b/sw/qa/core/text/text.cxx
@@ -1532,7 +1532,7 @@ CPPUNIT_TEST_FIXTURE(SwCoreTextTest, testTdf129810)
std::shared_ptr<GDIMetaFile> xMetaFile = pShell->GetPreviewMetaFile();
CPPUNIT_ASSERT(xMetaFile);
- // Find the fist text array action
+ // Find the first text array action
for (size_t nAction = 0; nAction < xMetaFile->GetActionSize(); nAction++)
{
auto pAction = xMetaFile->GetAction(nAction);