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>2019-05-19 12:15:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-19 12:15:56 +0300
commit4cdc6d36fdf24f96468cebd2f31b2571ba9e7f79 (patch)
tree8980aaa7ea9cb6e30b56f41fa3fade3e7f62a30d /intern/ghost/GHOST_ISystem.h
parentf2eef452009f5958bbf783f9970534c3349fc753 (diff)
Cleanup: spelling for ghost comments
Diffstat (limited to 'intern/ghost/GHOST_ISystem.h')
-rw-r--r--intern/ghost/GHOST_ISystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_ISystem.h b/intern/ghost/GHOST_ISystem.h
index 51fa2194f2c..f0ceb7fb8ba 100644
--- a/intern/ghost/GHOST_ISystem.h
+++ b/intern/ghost/GHOST_ISystem.h
@@ -235,7 +235,7 @@ class GHOST_ISystem {
* \param state: The state of the window when opened.
* \param type: The type of drawing context installed in this window.
* \param glSettings: Misc OpenGL settings.
- * \param exclusive: Use to show the window ontop and ignore others (used fullscreen).
+ * \param exclusive: Use to show the window on top and ignore others (used fullscreen).
* \param parentWindow: Parent (embedder) window
* \return The new window (or 0 if creation failed).
*/