Fix typo in application.h

This commit is contained in:
Bryan W. Weber 2016-10-29 12:02:55 -04:00 committed by Ray Speth
parent 6690b964be
commit 7ef43421b4

View file

@ -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();