Skip to content

Commit

Permalink
'wait_set handle' -> 'wait set handle' for error msg string
Browse files Browse the repository at this point in the history
  • Loading branch information
dhood authored Nov 27, 2017
1 parent 6ec1aea commit 8d3128d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_fastrtps_cpp/src/rmw_wait_set.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ rmw_destroy_wait_set(rmw_wait_set_t * wait_set)
return RMW_RET_ERROR;
}
RMW_CHECK_TYPE_IDENTIFIERS_MATCH(
wait_set handle,
wait set handle,
wait_set->implementation_identifier, eprosima_fastrtps_identifier,
return RMW_RET_ERROR)

Expand Down

1 comment on commit 8d3128d

@mikaelarguedas
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fixup, the same change will need to be applied to all rmw implementations

Please sign in to comment.