Skip to content

Commit e861d31

Browse files
v4hnrhaschke
authored andcommitted
fix comment typo
1 parent 8448a17 commit e861d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/introspection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ uint32_t Introspection::solutionId(const SolutionBase& s) {
199199
}
200200

201201
void Introspection::fillStageStatistics(const Stage& stage, moveit_task_constructor_msgs::StageStatistics& s) {
202-
// successfull solutions
202+
// successful solutions
203203
for (const auto& solution : stage.solutions())
204204
s.solved.push_back(solutionId(*solution));
205205

0 commit comments

Comments
 (0)