diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-10-24 18:31:38 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-10-24 18:54:06 +0200 |
commit | 6292512a4d6a9fb5562b97b1bdc866eeddc08893 (patch) | |
tree | 1a1268a007e529ef62e798f615521c452aa7fac5 /include | |
parent | d264fda18be9ac35952ff988e45b9be21b701c8e (diff) |
Fix typo
Change-Id: I19d5ba10f5a9103bf96c19f8b3326e0bcc0a8686
Reviewed-on: https://gerrit.libreoffice.org/81463
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/rtl/string.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |