diff --git a/src/QGCSingleton.h b/src/QGCSingleton.h index c0e5eac7d0de39fe4e8f2cdb1edb83da792955c1..5cbcef7db58fe3999145578ade35f014cdfb5a15 100644 --- a/src/QGCSingleton.h +++ b/src/QGCSingleton.h @@ -143,7 +143,7 @@ class UnitTest; /// // Other class methods... /// /// @endcode -/// The example above does use an inteface so the second parameter to the macro is the class name as well. +/// The example above does not use an inteface so the second parameter to the macro is the class name as well. class QGCSingleton : public QObject {