Skip to content

Commit f6f981b

Browse files
antonkesySteveMacenski
authored andcommitted
fix typo (#3850)
1 parent f6acce3 commit f6f981b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nav2_behavior_tree/include/nav2_behavior_tree/bt_action_node.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class BtActionNode : public BT::ActionNodeBase
162162
}
163163

164164
/**
165-
* @brief Function to perform some user-defined operation whe the action is aborted.
165+
* @brief Function to perform some user-defined operation when the action is aborted.
166166
* @return BT::NodeStatus Returns FAILURE by default, user may override return another value
167167
*/
168168
virtual BT::NodeStatus on_aborted()

0 commit comments

Comments
 (0)