summaryrefslogtreecommitdiff
path: root/include/rtl/string.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtl/string.hxx')
-rw-r--r--include/rtl/string.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx
index 5930001ccc96..2caafc2369c7 100644
--- a/include/rtl/string.hxx
+++ b/include/rtl/string.hxx
@@ -1405,7 +1405,7 @@ public:
@param cTok the character which separate the tokens.
@param index the position at which the token is searched in the
string.
- The index must not be greater thanthe length of the
+ The index must not be greater than the length of the
string.
This param is set to the position of the
next token or to -1, if it is the last token.