include/rtl/string.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6292512a4d6a9fb5562b97b1bdc866eeddc08893
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Oct 24 18:31:38 2019 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Oct 24 18:54:06 2019 +0200

    Fix typo
    
    Change-Id: I19d5ba10f5a9103bf96c19f8b3326e0bcc0a8686
    Reviewed-on: https://gerrit.libreoffice.org/81463
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx
index a372a3428ca1..acfe7d586405 100644
--- a/include/rtl/string.hxx
+++ b/include/rtl/string.hxx
@@ -688,7 +688,7 @@ public:
       This function can't be used for language specific comparison.
 
       @param    str         the object (substring) to be compared.
-      @param    fromIndex   the index to start the comparion from.
+      @param    fromIndex   the index to start the comparison from.
                             The index must be greater or equal than 0
                             and less or equal as the string length.
       @return   true if str match with the characters in the string
@@ -766,7 +766,7 @@ public:
       This function can't be used for language specific comparison.
 
       @param    str         the object (substring) to be compared.
-      @param    fromIndex   the index to start the comparion from.
+      @param    fromIndex   the index to start the comparison from.
                             The index must be greater or equal than 0
                             and less or equal as the string length.
       @return   true if str match with the characters in the string
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to