We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc4a83 commit 153f680Copy full SHA for 153f680
src/dds/rs-dds-sensor-proxy.cpp
@@ -105,7 +105,7 @@ stream_profiles dds_sensor_proxy::init_stream_profiles()
105
void dds_sensor_proxy::register_converters()
106
{
107
// Some stream types have typicaly more then one stream, indexes must be used to differentiate them and needs to be
108
- // set in converter taget profiles. Gather info for such stream types in one loop over all profiles.
+ // set in converter target profiles. Gather info for such stream types in one loop over all profiles.
109
std::set< int > y8_indexes;
110
std::set< int > y16_indexes;
111
std::set< int > jpeg_indexes;
0 commit comments