Skip to content

Commit

Permalink
fix typo (#3850)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkesy authored Oct 1, 2023
1 parent 42670c0 commit da70c5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class BtActionNode : public BT::ActionNodeBase
}

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

0 comments on commit da70c5a

Please sign in to comment.