summaryrefslogtreecommitdiff
path: root/include/rtl
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtl')
-rw-r--r--include/rtl/string.h2
-rw-r--r--include/rtl/string.hxx2
-rw-r--r--include/rtl/ustring.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/rtl/string.h b/include/rtl/string.h
index 93cffa1a17b4..9cd81aa1552f 100644
--- a/include/rtl/string.h
+++ b/include/rtl/string.h
@@ -1246,7 +1246,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_string_newTrim(
the number of the token to return, starting at index.
@param cTok
- the character that seperates the tokens.
+ the character that separates the tokens.
@param idx
the position at which searching for the token starts. Must not be greater
diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx
index 00baeec9b8d5..c83445010efa 100644
--- a/include/rtl/string.hxx
+++ b/include/rtl/string.hxx
@@ -1270,7 +1270,7 @@ public:
while ( nIndex >= 0 );
@param token the number of the token to return.
- @param cTok the character which seperate the tokens.
+ @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
diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx
index 13756f868198..da5b909b128b 100644
--- a/include/rtl/ustring.hxx
+++ b/include/rtl/ustring.hxx
@@ -1733,7 +1733,7 @@ public:
while ( nIndex >= 0 );
@param token the number of the token to return
- @param cTok the character which seperate the tokens.
+ @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 than the length of the