summaryrefslogtreecommitdiffstats
path: root/NativeApp/include/AppBase.hpp
diff options
context:
space:
mode:
authorluz paz <luzpaz@users.noreply.github.com>2021-03-18 00:43:45 +0000
committerluz paz <luzpaz@users.noreply.github.com>2021-03-18 00:43:45 +0000
commit5776362b8075f7870b8592627d082b8e4e2aaf2c (patch)
treefcac53b85a8f10b5a6a698cdc7c3ccd21f700625 /NativeApp/include/AppBase.hpp
parentUpdated readme (diff)
downloadDiligentTools-5776362b8075f7870b8592627d082b8e4e2aaf2c.tar.gz
DiligentTools-5776362b8075f7870b8592627d082b8e4e2aaf2c.zip
Fix misc. typos
Found via `codespell`
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)
{