From a61a6f67a18a7621e90ce664d34d3ecdb4812d57 Mon Sep 17 00:00:00 2001 From: Edward Hart-Davis Date: Tue, 4 Sep 2018 13:49:20 +0100 Subject: [PATCH] fix typo --- src/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main_window.cpp b/src/main_window.cpp index 04c03845..b834dd6b 100644 --- a/src/main_window.cpp +++ b/src/main_window.cpp @@ -171,7 +171,7 @@ MainWindow::MainWindow() } if (rclone.isEmpty()) { - QMessageBox::information(this, "Error", "Cannot check rclone verison!\nPlease verify rclone location."); + QMessageBox::information(this, "Error", "Cannot check rclone version!\nPlease verify rclone location."); emit ui.preferences->trigger(); } else