diff mbox series

kernel-shark-qt: Fix typo in menu "Restor Last Session"

Message ID 20181102145347.308c9296@gandalf.local.home (mailing list archive)
State Accepted
Commit 4c03ca28e3c9f58bd3c587ecee03467e35de3ff6
Headers show
Series kernel-shark-qt: Fix typo in menu "Restor Last Session" | expand

Commit Message

Steven Rostedt Nov. 2, 2018, 6:53 p.m. UTC
[ Yordan, this is just an FYI that I added this patch ]

From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>

Fix "Restor" to "Restore" in menu option.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
---
 kernel-shark-qt/src/KsMainWindow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/kernel-shark-qt/src/KsMainWindow.cpp b/kernel-shark-qt/src/KsMainWindow.cpp
index 4f9a6e2e..871990dd 100644
--- a/kernel-shark-qt/src/KsMainWindow.cpp
+++ b/kernel-shark-qt/src/KsMainWindow.cpp
@@ -43,7 +43,7 @@  KsMainWindow::KsMainWindow(QWidget *parent)
   _capture(this),
   _captureLocalServer(this),
   _openAction("Open", this),
-  _restorSessionAction("Restor Last Session", this),
+  _restorSessionAction("Restore Last Session", this),
   _importSessionAction("Import Session", this),
   _exportSessionAction("Export Sassion", this),
   _quitAction("Quit", this),