include/unotools/textsearch.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 797b921afa056d5631ed772a110c5a3e53741bfc
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Sun Jul 11 13:48:12 2021 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Sun Jul 11 14:57:44 2021 +0200

    Fix a comment copy-paste error
    
    Change-Id: I41899d0f9c04070441f8011cb667c6a8d84bf355
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118717
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/include/unotools/textsearch.hxx b/include/unotools/textsearch.hxx
index 849f4c8c91f5..140200fec83f 100644
--- a/include/unotools/textsearch.hxx
+++ b/include/unotools/textsearch.hxx
@@ -178,7 +178,7 @@ public:
 
         RETURN values   ==  true: something is found
                         - pStart start pos of the found text,
-                        - pStart end pos of the found text,
+                        - pEnd end pos of the found text,
                         - pSrchResult - the search result with all found
                              positions. Is only filled with more positions
                              if the regular expression handles groups.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to