diff --git a/src/vmainwindow.cpp b/src/vmainwindow.cpp index a988dee2..9fed4318 100644 --- a/src/vmainwindow.cpp +++ b/src/vmainwindow.cpp @@ -1209,7 +1209,7 @@ void VMainWindow::initEditMenu() this, &VMainWindow::changeHighlightSelectedWord); // Highlight trailing space. - QAction *trailingSapceAct = new QAction(tr("Highlight Trailing Sapces"), this); + QAction *trailingSapceAct = new QAction(tr("Highlight Trailing Spaces"), this); trailingSapceAct->setToolTip(tr("Highlight all the spaces at the end of a line")); trailingSapceAct->setCheckable(true); connect(trailingSapceAct, &QAction::triggered,