Skip to content

Commit 403f305

Browse files
authored
Fix a typo in a comment. (#2283)
Signed-off-by: Chris Lalancette <[email protected]>
1 parent fd229d7 commit 403f305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp_action/include/rclcpp_action/server_goal_handle.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class Server;
128128
* accepted.
129129
* A `Server` will create an instance and give it to the user in their `handle_accepted` callback.
130130
*
131-
* Internally, this class is responsible for coverting between the C++ action type and generic
131+
* Internally, this class is responsible for converting between the C++ action type and generic
132132
* types for `rclcpp_action::ServerGoalHandleBase`.
133133
*/
134134
template<typename ActionT>

0 commit comments

Comments
 (0)