fix typo

Mon, 20 Jun 2022 22:21:53 +0300

author
Teemu Piippo <teemu.s.piippo@gmail.com>
date
Mon, 20 Jun 2022 22:21:53 +0300
changeset 241
c4e2afabcb90
parent 240
414d392b9ae6
child 242
16855456992d

fix typo

src/main.cpp file | annotate | diff | comparison | revisions
--- a/src/main.cpp	Mon Jun 20 21:49:39 2022 +0300
+++ b/src/main.cpp	Mon Jun 20 22:21:53 2022 +0300
@@ -649,7 +649,7 @@
 	mainWindow.restoreGeometry(setting<Setting::MainWindowGeometry>());
 	mainWindow.restoreState(setting<Setting::MainWindowState>());
 	// If a dock is made floating and the app is closed, the dock becomes invisible
-	// after the restoreState call. So we make them visible again shere.
+	// after the restoreState call. So we make them visible again here.
 	for (QDockWidget* dock : mainWindow.findChildren<QDockWidget*>()) {
 		dock->setVisible(true);
 	}

mercurial