From a0b9b1f7baf12d007c147f1b8b21d57912722e8c Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 6 May 2023 19:30:11 +0200 Subject: [PATCH] Fix typo --- gui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index e4c2548..0646acb 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -162,7 +162,7 @@ QString MainWindow::currentDirectory() const /*! * \brief Sets the directory the file browser is showing. - * If a file is specified the file will be opended. + * If a file is specified the file will be opened. */ void MainWindow::setCurrentDirectory(const QString &path) {