mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
fix typo
This commit is contained in:
parent
d224097f3f
commit
b27939cb27
@ -187,7 +187,7 @@ void ContainerBase::add(Stage::pointer&& stage) {
|
||||
|
||||
bool ContainerBase::insert(Stage::pointer&& stage, int before) {
|
||||
if (!stage) {
|
||||
ROS_ERROR_STREAM(name() << ": reveived invalid stage pointer");
|
||||
ROS_ERROR_STREAM(name() << ": received invalid stage pointer");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user