summaryrefslogtreecommitdiffstats
path: root/NativeApp/include/UWP
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/UWP
parentUpdated readme (diff)
downloadDiligentTools-5776362b8075f7870b8592627d082b8e4e2aaf2c.tar.gz
DiligentTools-5776362b8075f7870b8592627d082b8e4e2aaf2c.zip
Fix misc. typos
Found via `codespell`
Diffstat (limited to 'NativeApp/include/UWP')
-rw-r--r--NativeApp/include/UWP/UWPAppBase.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NativeApp/include/UWP/UWPAppBase.hpp b/NativeApp/include/UWP/UWPAppBase.hpp
index 359ce7a..3434dbb 100644
--- a/NativeApp/include/UWP/UWPAppBase.hpp
+++ b/NativeApp/include/UWP/UWPAppBase.hpp
@@ -52,7 +52,7 @@ public:
// Notifies the app that it is being suspended.
virtual void OnSuspending() {}
- // Notifes the app that it is no longer suspended.
+ // Notifies the app that it is no longer suspended.
virtual void OnResuming() {}
// Notifies renderers that device resources need to be released.