diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-12-22 11:32:11 +0100 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-12-22 15:54:50 +0000 |
commit | bf3562cf38c2dd7776a160ee8259a6fb97c0e7ba (patch) | |
tree | 13f7fbd7c101294fea6ee229bd7616870800a15e /sw/qa/uibase | |
parent | 4c8517e7d89f7b87eeb36b2758a01d9dac515d5a (diff) |
Fix typo
"an other" -> "another"
Change-Id: Id0a2b8f99fd4f87e94e65570ebc75bfdf0d205ab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143597
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sw/qa/uibase')
-rw-r--r-- | sw/qa/uibase/uno/uno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/uibase/uno/uno.cxx b/sw/qa/uibase/uno/uno.cxx index 45fc50999e65..64d2a70fe4e2 100644 --- a/sw/qa/uibase/uno/uno.cxx +++ b/sw/qa/uibase/uno/uno.cxx @@ -246,7 +246,7 @@ CPPUNIT_TEST_FIXTURE(SwUibaseUnoTest, testGetTextFormFields) CPPUNIT_TEST_FIXTURE(SwUibaseUnoTest, testGetDocumentProperties) { - // Given a document with 3 custom properties: 2 zotero ones and an other one: + // Given a document with 3 custom properties: 2 Zotero ones and one other: createSwDoc(); SwDoc* pDoc = getSwDoc(); SwDocShell* pDocShell = pDoc->GetDocShell(); |