sw/source/uibase/docvw/edtwin2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 34532f7b1b50014eddf86a957e62d706449198ed Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Jul 10 16:33:13 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Jul 10 22:56:14 2025 +0200 Fix typo Change-Id: Ie5c0a16f9904f350f9d28e9f40af89844fafba67 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187647 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/sw/source/uibase/docvw/edtwin2.cxx b/sw/source/uibase/docvw/edtwin2.cxx index 933df0b301b0..c22970d5acf2 100644 --- a/sw/source/uibase/docvw/edtwin2.cxx +++ b/sw/source/uibase/docvw/edtwin2.cxx @@ -328,7 +328,7 @@ static OString getTooltipPayload(const OUString& tooltip, const SwRect& rect) namespace { -/** Fetches the text encolsed by the bookmark, resolved from the internal (input) link +/** Fetches the text enclosed by the bookmark, resolved from the internal (input) link * * If a bookmark doesn't exist, return an empty string. **/