Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota committed Jan 9, 2024
1 parent 3e26cdc commit ccc3293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmp/lanelet2_extension/lib/visualization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ visualization_msgs::msg::MarkerArray visualization::generateTrafficLightIdMaker(
marker.frame_locked = false;

std::ostringstream string_stream;
string_stream << "Refferer:" << element->id() << ", ";
string_stream << "referrer:" << element->id() << ", ";
marker.text = string_stream.str();
traffic_light_map.emplace(line.id(), marker);
} else {
Expand Down

0 comments on commit ccc3293

Please sign in to comment.