Kaydet (Commit) b03bc576 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Typos in method descriptions.

üst 7a4d7b2f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment