Typos, grammar & uniformiity

3rd party KDL typos have been submitted upstream https://github.com/orocos/orocos_kinematics_dynamics/pull/121
This commit is contained in:
Unknown
2017-12-13 00:10:46 -05:00
parent 89071f74b7
commit 5e2159cb74
7 changed files with 13 additions and 13 deletions

View File

@@ -253,7 +253,7 @@ void ExpressionCompleter::slotUpdate(const QString & prefix)
return;
}
// Extract last tokens that can be rebuild to a variable
// Extract last tokens that can be rebuilt to a variable
ssize_t i = static_cast<ssize_t>(tokens.size()) - 1;
while (i >= 0) {
if (get<0>(tokens[i]) != ExpressionParser::IDENTIFIER &&