Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
methylDragon committed Sep 1, 2020
1 parent b1bee3b commit cb5b33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/src/rmw_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ rmw_service_server_is_available(
// Check if server is alive by querying its availability Zenoh queryable
zn_query(client_data->zn_session_,
client->service_name,
"", // NOTE(CH3): Maybe use this predicate we want to more things in the queryable
"", // NOTE(CH3): Maybe use this predicate if we want to more things in the queryable
zn_query_target_default(),
zn_query_consolidation_default(),
rmw_client_data_t::zn_service_availability_query_callback);
Expand Down

0 comments on commit cb5b33c

Please sign in to comment.