Skip to content

Commit

Permalink
Fix small typo. (#242)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
  • Loading branch information
clalancette committed May 23, 2019
1 parent b9eb393 commit 1129fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/minimal_action_server/member_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class MinimalActionServer : public rclcpp::Node
if (rclcpp::ok()) {
result->sequence = sequence;
goal_handle->succeed(result);
RCLCPP_INFO(this->get_logger(), "Goal Suceeded");
RCLCPP_INFO(this->get_logger(), "Goal Succeeded");
}
}

Expand Down

0 comments on commit 1129fe8

Please sign in to comment.