Commit 4e8f2739 authored by dogmaphobic's avatar dogmaphobic

Fixing typo.

parent 5ebb3ed2
......@@ -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(); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment