summaryrefslogtreecommitdiffstats
path: root/NativeApp/include/AppBase.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'NativeApp/include/AppBase.hpp')
-rw-r--r--NativeApp/include/AppBase.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NativeApp/include/AppBase.hpp b/NativeApp/include/AppBase.hpp
index 34d99fa..3a9eddb 100644
--- a/NativeApp/include/AppBase.hpp
+++ b/NativeApp/include/AppBase.hpp
@@ -110,7 +110,7 @@ public:
/// Called by the framework to request the desired initial window size.
/// This method is called before the platform-specific window is created.
- /// An application may override this method to speciy required initial
+ /// An application may override this method to specify required initial
/// window width and height.
virtual void GetDesiredInitialWindowSize(int& width, int& height)
{