fix comment typo

This commit is contained in:
v4hn 2020-07-23 15:30:13 +02:00 committed by Robert Haschke
parent 8448a17b84
commit e861d311e0

View File

@ -199,7 +199,7 @@ uint32_t Introspection::solutionId(const SolutionBase& s) {
}
void Introspection::fillStageStatistics(const Stage& stage, moveit_task_constructor_msgs::StageStatistics& s) {
// successfull solutions
// successful solutions
for (const auto& solution : stage.solutions())
s.solved.push_back(solutionId(*solution));