diff options
| author | luz paz <luzpaz@users.noreply.github.com> | 2021-03-18 00:43:45 +0000 |
|---|---|---|
| committer | luz paz <luzpaz@users.noreply.github.com> | 2021-03-18 00:43:45 +0000 |
| commit | 5776362b8075f7870b8592627d082b8e4e2aaf2c (patch) | |
| tree | fcac53b85a8f10b5a6a698cdc7c3ccd21f700625 /NativeApp/include/Linux/LinuxAppBase.hpp | |
| parent | Updated readme (diff) | |
| download | DiligentTools-5776362b8075f7870b8592627d082b8e4e2aaf2c.tar.gz DiligentTools-5776362b8075f7870b8592627d082b8e4e2aaf2c.zip | |
Fix misc. typos
Found via `codespell`
Diffstat (limited to 'NativeApp/include/Linux/LinuxAppBase.hpp')
| -rw-r--r-- | NativeApp/include/Linux/LinuxAppBase.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NativeApp/include/Linux/LinuxAppBase.hpp b/NativeApp/include/Linux/LinuxAppBase.hpp index 809f831..33c2b26 100644 --- a/NativeApp/include/Linux/LinuxAppBase.hpp +++ b/NativeApp/include/Linux/LinuxAppBase.hpp @@ -56,7 +56,7 @@ class LinuxAppBase : public AppBase public: /// Called when GL context is initialized - /// An application must override this method to perform requred + /// An application must override this method to perform required /// initialization operations after OpenGL context has been initialized /// by the framework /// \param [in] display - XLib display. |
