Skip to content

Commit

Permalink
Fix typo in rcl_lifecycle_com_interface_t doc (#1174)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard authored Aug 7, 2024
1 parent 30a047a commit 55ce2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl_lifecycle/include/rcl_lifecycle/data_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ typedef struct rcl_lifecycle_transition_map_s
unsigned int transitions_size;
} rcl_lifecycle_transition_map_t;

/// It contains the communication interfac with the ROS world
/// It contains the communication interface with the ROS world
typedef struct rcl_lifecycle_com_interface_s
{
/// Handle to the node used to create the publisher and the services
Expand Down

0 comments on commit 55ce2c2

Please sign in to comment.