[ Yordan, this is just an FYI that I added this patch ] From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> Fix "Restor" to "Restore" in menu option. Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- kernel-shark-qt/src/KsMainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.13.6