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-07-03 04:20:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-07-03 04:58:13 +0300
commita272a2a6cdc30c30d3957787f30211cfc5b9d35c (patch)
tree7cb31b54f5f0b17828f0ebfa5acb058245e24d5a /intern/ghost
parent0fdb79fe5848a66335805cf353eb38afe16cf25e (diff)
Cleanup: spelling
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_Window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_Window.h b/intern/ghost/intern/GHOST_Window.h
index 472149148e6..6738aa850ce 100644
--- a/intern/ghost/intern/GHOST_Window.h
+++ b/intern/ghost/intern/GHOST_Window.h
@@ -34,7 +34,7 @@ class GHOST_Context;
* Dimensions are given in screen coordinates that are relative to the
* upper-left corner of the screen.
* Implements part of the GHOST_IWindow interface and adds some methods to
- * be implemented by childs of this class.
+ * be implemented by sub-classes of this class.
*/
class GHOST_Window : public GHOST_IWindow {
public: