From 3afdea7fbb7c0afb6c81dd3e82f16ec0f469f56d Mon Sep 17 00:00:00 2001 From: royjr Date: Sun, 10 Dec 2023 19:46:41 -0500 Subject: [PATCH] cabana: fix typo (#30678) old-commit-hash: 84a3b10da94f6483caf94a52d76c674e62307e77 --- tools/cabana/messageswidget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cabana/messageswidget.cc b/tools/cabana/messageswidget.cc index aba655d66f..0cec551017 100644 --- a/tools/cabana/messageswidget.cc +++ b/tools/cabana/messageswidget.cc @@ -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); }