diff --git a/src/QGCFileDialog.h b/src/QGCFileDialog.h index 86069ad2f7f2e3a35213e1275e18e38d1c1fa240..3de8c43301cb1316b5d66eea87bbbafba9015419 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(); }