sw/source/core/txtnode/txtedt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ff598ae2d2d356c1c7b1e3e9190eb1f02a74c1da
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Dec 13 22:43:05 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Dec 14 10:43:54 2022 +0000

    Fix typo
    
    Change-Id: I6d85db36bb94215b912827746b220a21a1b472a5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144111
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/source/core/txtnode/txtedt.cxx 
b/sw/source/core/txtnode/txtedt.cxx
index 59950ce9e06f..2df9590832c8 100644
--- a/sw/source/core/txtnode/txtedt.cxx
+++ b/sw/source/core/txtnode/txtedt.cxx
@@ -128,7 +128,7 @@ static bool lcl_IsURL(std::u16string_view rWord,
     if ( !rNode.GetTextAttrAt(nBegin, RES_TXTATR_INETFMT) )
         return false;
 
-    // there is a dot in the word, wich is not a period ("example.org")
+    // there is a dot in the word, which is not a period ("example.org")
     const size_t nPosAt = rWord.find('.');
     if (nPosAt != std::u16string_view::npos && nPosAt < rWord.length() - 1)
         return true;

Reply via email to