Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Jan 6, 2025
1 parent 5cebf46 commit 4521363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ bool VirtualTrafficLightModule::isNearAnyEndLine(const size_t end_line_idx)
std::optional<tier4_v2x_msgs::msg::VirtualTrafficLightState>
VirtualTrafficLightModule::findCorrespondingState()
{
// Note: This variable is set by virtul traffic light's manager.
// Note: This variable is set by virtual traffic light's manager.
if (!virtual_traffic_light_states_) {
return {};
}
Expand Down

0 comments on commit 4521363

Please sign in to comment.