Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-02-10 02:33:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-10 02:33:00 +0300
commitcdfaddbb1d426fb090c8abebdd0fa5bef236a011 (patch)
tree0d1c225795dbccbebd159a2f00a250df5670ff2f /intern/ghost
parent068f4e45927f78d40f5b553c20ce1ab5fa71cf1f (diff)
Cleanup: spelling
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_ContextEGL.cpp2
-rw-r--r--intern/ghost/intern/GHOST_WindowManager.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_ContextEGL.cpp b/intern/ghost/intern/GHOST_ContextEGL.cpp
index e072f0823f3..02daad2111a 100644
--- a/intern/ghost/intern/GHOST_ContextEGL.cpp
+++ b/intern/ghost/intern/GHOST_ContextEGL.cpp
@@ -316,7 +316,7 @@ bool GHOST_ContextEGL::initContextEGLEW()
{
/* We have to manually get this function before we can call eglewInit, since
* it requires a display argument. glewInit() does the same, but we only want
- * to intialize EGLEW here. */
+ * to initialize EGLEW here. */
eglGetDisplay = (PFNEGLGETDISPLAYPROC)eglGetProcAddress("eglGetDisplay");
if (eglGetDisplay == NULL) {
return false;
diff --git a/intern/ghost/intern/GHOST_WindowManager.h b/intern/ghost/intern/GHOST_WindowManager.h
index c32689e4043..a682eccf7e2 100644
--- a/intern/ghost/intern/GHOST_WindowManager.h
+++ b/intern/ghost/intern/GHOST_WindowManager.h
@@ -115,7 +115,7 @@ class GHOST_WindowManager {
/**
* Return a vector of the windows currently managed by this
* class.
- * \return Const reference to the vector of windows managed
+ * \return Constant reference to the vector of windows managed
*/
const std::vector<GHOST_IWindow *> &getWindows() const;