Skip to content

Commit 153f680

Browse files
committed
Fix typo
1 parent 3bc4a83 commit 153f680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dds/rs-dds-sensor-proxy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ stream_profiles dds_sensor_proxy::init_stream_profiles()
105105
void dds_sensor_proxy::register_converters()
106106
{
107107
// 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.
108+
// set in converter target profiles. Gather info for such stream types in one loop over all profiles.
109109
std::set< int > y8_indexes;
110110
std::set< int > y16_indexes;
111111
std::set< int > jpeg_indexes;

0 commit comments

Comments
 (0)