Skip to content

Commit

Permalink
fix(tier4_state_rviz_plugin): fix typo (autowarefoundation#2988)
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota authored and 1222-takeshi committed Mar 6, 2023
1 parent 53daf9a commit 385a106
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ QGroupBox * AutowareStatePanel::makeMotionGroup()

QGroupBox * AutowareStatePanel::makeFailSafeGroup()
{
auto * group = new QGroupBox("FalSafe");
auto * group = new QGroupBox("FailSafe");
auto * grid = new QGridLayout;

mrm_state_label_ptr_ = new QLabel("INIT");
Expand Down

0 comments on commit 385a106

Please sign in to comment.