Skip to content

Commit

Permalink
Fix typo in rmw_validate_*_with_size() doc (#374)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard authored Jul 9, 2024
1 parent 7424a0c commit 016875c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rmw/include/rmw/validate_full_topic_name.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ rmw_validate_full_topic_name(
int * validation_result,
size_t * invalid_index);

/// Deterimine if a given topic name is valid.
/// Determine if a given topic name is valid.
/**
* This is an overload with an extra parameter for the length of topic_name.
*
Expand Down
2 changes: 1 addition & 1 deletion rmw/include/rmw/validate_namespace.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ rmw_validate_namespace(
int * validation_result,
size_t * invalid_index);

/// Deterimine if a given namespace is valid.
/// Determine if a given namespace is valid.
/**
* This is an overload with an extra parameter for the length of namespace_.
* If a non RMW_RET_OK return value is returned, the RMW error message will be set.
Expand Down
2 changes: 1 addition & 1 deletion rmw/include/rmw/validate_node_name.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ rmw_validate_node_name(
int * validation_result,
size_t * invalid_index);

/// Deterimine if a given node name is valid.
/// Determine if a given node name is valid.
/**
* This is an overload with an extra parameter for the length of node_name.
*
Expand Down

0 comments on commit 016875c

Please sign in to comment.