From 7ef43421b433a86150207415308939d73ba944e4 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Sat, 29 Oct 2016 12:02:55 -0400 Subject: [PATCH] Fix typo in application.h --- src/base/application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();