Fix typo in application.h
This commit is contained in:
parent
6690b964be
commit
7ef43421b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue