From 4e8f2739ccd3cde55b5d38ee012090e2dd94e003 Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Mon, 2 Feb 2015 22:50:56 -0500 Subject: [PATCH] Fixing typo. --- src/QGCFileDialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QGCFileDialog.h b/src/QGCFileDialog.h index 86069ad2f..3de8c4330 100644 --- a/src/QGCFileDialog.h +++ b/src/QGCFileDialog.h @@ -123,7 +123,7 @@ public: Options options = 0); private slots: - /// @brief The exec slot is private becasue we only want QGCFileDialog users to use the static methods. Otherwise it will break + /// @brief The exec slot is private because we only want QGCFileDialog users to use the static methods. Otherwise it will break /// unit testing. int exec(void) { return QGCFileDialog::exec(); } -- 2.22.0