diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-15 10:42:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-15 11:14:28 +0300 |
commit | cb6d67c21f11811c5bc023b9565c1c1b1f4081fa (patch) | |
tree | ff8a4b192a2ca846d32111732563432244135910 /include/comphelper/string.hxx | |
parent | 1a357b7394ac7b48b72821bff1aae4706265d7a4 (diff) |
Spelling "separate" (etc) correctly is hard
Diffstat (limited to 'include/comphelper/string.hxx')
-rw-r--r-- | include/comphelper/string.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/comphelper/string.hxx b/include/comphelper/string.hxx index e244c3622e4f..e59950920ded 100644 --- a/include/comphelper/string.hxx +++ b/include/comphelper/string.hxx @@ -151,7 +151,7 @@ COMPHELPER_DLLPUBLIC OUString strip(const OUString &rIn, @param rIn the input OString @param nToken the number of the token to return - @param cTok the character which seperate the tokens. + @param cTok the character which separate the tokens. @return the token if token is negative or doesn't exist an empty token is returned */ @@ -167,7 +167,7 @@ inline OString getToken(const OString &rIn, @param rIn the input OUString @param nToken the number of the token to return - @param cTok the character which seperate the tokens. + @param cTok the character which separate the tokens. @return the token if token is negative or doesn't exist an empty token is returned */ @@ -180,7 +180,7 @@ inline OUString getToken(const OUString &rIn, /** Returns number of tokens in an OUString @param rIn the input OString - @param cTok the character which seperate the tokens. + @param cTok the character which separate the tokens. @return the number of tokens */ COMPHELPER_DLLPUBLIC sal_Int32 getTokenCount(const OString &rIn, sal_Char cTok); @@ -188,7 +188,7 @@ COMPHELPER_DLLPUBLIC sal_Int32 getTokenCount(const OString &rIn, sal_Char cTok); /** Returns number of tokens in an OUString @param rIn the input OUString - @param cTok the character which seperate the tokens. + @param cTok the character which separate the tokens. @return the number of tokens */ COMPHELPER_DLLPUBLIC sal_Int32 getTokenCount(const OUString &rIn, sal_Unicode cTok); |