Misc. typos

This commit is contained in:
luz.paz
2018-05-13 13:52:01 -04:00
committed by luz paz
parent 5e1e1260c8
commit 69b3b0b7f2
29 changed files with 44 additions and 44 deletions

View File

@@ -1876,7 +1876,7 @@ std::vector<boost::tuple<int, int, std::string> > tokenize(const std::string &st
* returned expression. If the parser fails for some reason, and exception is thrown.
*
* @param owner The DocumentObject that will own the expression.
* @param buffer The sting buffer to parse.
* @param buffer The string buffer to parse.
*
* @returns A pointer to an expression.
*