diff --git a/src/base/application.h b/src/base/application.h index daa8d8667..c1996eb01 100644 --- a/src/base/application.h +++ b/src/base/application.h @@ -190,7 +190,7 @@ protected: public: //! Return a pointer to the one and only instance of class Application /*! - * If the an Application object has not yet been created it is created + * If the Application object has not yet been created, it is created */ static Application* Instance();