Skip to content

Commit

Permalink
cabana: fix typo (commaai#30678)
Browse files Browse the repository at this point in the history
  • Loading branch information
royjr authored Dec 11, 2023
1 parent 48cf7eb commit 84a3b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cabana/messageswidget.cc
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void MessagesWidget::menuAboutToShow() {
action->setEnabled(logical_index > 0);
}
menu->addSeparator();
auto action = menu->addAction(tr("Mutlti-Line bytes"), this, &MessagesWidget::setMultiLineBytes);
auto action = menu->addAction(tr("Multi-Line bytes"), this, &MessagesWidget::setMultiLineBytes);
action->setCheckable(true);
action->setChecked(settings.multiple_lines_hex);
}
Expand Down

0 comments on commit 84a3b10

Please sign in to comment.