diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-06 16:12:30 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-06 16:12:30 -0500 |
commit | b03bc5764785394930beaabe4f685fa6dfa3c8ce (patch) | |
tree | cf922046b845474196fd2572ed8c7c9baf23ce81 /comphelper | |
parent | 7a4d7b2fa2d0b9c8daea5755976faf3c01526ec8 (diff) |
Typos in method descriptions.
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/inc/comphelper/string.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/string.hxx b/comphelper/inc/comphelper/string.hxx index 1b8e18d9db74..e3d11d9d48e5 100644 --- a/comphelper/inc/comphelper/string.hxx +++ b/comphelper/inc/comphelper/string.hxx @@ -283,7 +283,7 @@ COMPHELPER_DLLPUBLIC rtl::OUString strip(const rtl::OUString &rIn, /** Returns a token in an OString @param rIn the input OString - @param token the number of the token to return + @param nToken the number of the token to return @param cTok the character which seperate the tokens. @return the token if token is negative or doesn't exist an empty token is returned @@ -298,7 +298,7 @@ COMPHELPER_DLLPUBLIC inline rtl::OString getToken(const rtl::OString &rIn, /** Returns a token in an OUString @param rIn the input OUString - @param token the number of the token to return + @param nToken the number of the token to return @param cTok the character which seperate the tokens. @return the token if token is negative or doesn't exist an empty token is returned |