From 8013753315c04c304e4ac50afeaa59251698719c Mon Sep 17 00:00:00 2001 From: Le Tan Date: Mon, 29 Jan 2018 22:10:26 +0800 Subject: [PATCH] fix typo --- src/vmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,