summaryrefslogtreecommitdiffstats
path: root/NativeApp/include/UWP
diff options
context:
space:
mode:
authorAssiduous <61806567+TheMostDiligent@users.noreply.github.com>2021-03-18 05:06:50 +0000
committerGitHub <noreply@github.com>2021-03-18 05:06:50 +0000
commit1de4b5caf9a2f779b2a160c210b425e1c63bb1a9 (patch)
treefcac53b85a8f10b5a6a698cdc7c3ccd21f700625 /NativeApp/include/UWP
parentUpdated readme (diff)
parentFix misc. typos (diff)
downloadDiligentTools-1de4b5caf9a2f779b2a160c210b425e1c63bb1a9.tar.gz
DiligentTools-1de4b5caf9a2f779b2a160c210b425e1c63bb1a9.zip
Merge pull request #21 from luzpaz/typos
Fix misc. typos
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.