editeng/qa/unit/core-test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9d74fdd4650abc8e7d94abd58539fc7cec112549 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Feb 18 19:45:33 2024 +0100 Commit: Taichi Haradaguchi <20001...@ymail.ne.jp> CommitDate: Mon Feb 19 04:16:54 2024 +0100 Fix typo Change-Id: I1dfd26367974b614660fcb50724b9b2d419ac55a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163559 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp> diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx index 177310dd6b82..220043e58348 100644 --- a/editeng/qa/unit/core-test.cxx +++ b/editeng/qa/unit/core-test.cxx @@ -2256,7 +2256,7 @@ void Test::testTdf154248MultilineFieldWrapping() // Get Field Item for inserting URLs in text SvxURLField aURLField("http://not.a.real.link", - "Really long hyperlink text that wont fit in 1 line, no matter what.", + "Really long hyperlink text that won't fit in 1 line, no matter what.", SvxURLFormat::Repr); SvxFieldItem aField(aURLField, EE_FEATURE_FIELD);