Skip to content

Commit

Permalink
Update rmw_zenoh_cpp/src/rmw_event.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Lalancette <[email protected]>
Signed-off-by: Yadu <[email protected]>
  • Loading branch information
Yadunund and clalancette authored Feb 19, 2024
1 parent 586af20 commit cc195f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/src/rmw_event.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ rmw_take_event(
return RMW_RET_ERROR;
}

// Now depending on the event, populate the rwm event status.
// Now depending on the event, populate the rmw event status.
switch (zenoh_event_it->second) {
case ZENOH_EVENT_REQUESTED_QOS_INCOMPATIBLE: {
auto ei = static_cast<rmw_requested_qos_incompatible_event_status_t *>(event_info);
Expand Down

0 comments on commit cc195f8

Please sign in to comment.