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:
authorBrecht Van Lommel <brecht@blender.org>2022-01-05 17:09:53 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-01-05 17:35:30 +0300
commit86141a75ebc5d0517edf71f2bc2fe7d0d13d8b5e (patch)
treeb42fe0b9d11fa59260ad68a9be000bea46f048f7 /intern/ghost
parent29ab711efa01a94d7d407c29755cd697dbd02276 (diff)
Cleanup: fix typos in source code in intern/
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D13532
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_Window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_Window.h b/intern/ghost/intern/GHOST_Window.h
index 69d0eea838c..a3eb116780f 100644
--- a/intern/ghost/intern/GHOST_Window.h
+++ b/intern/ghost/intern/GHOST_Window.h
@@ -41,8 +41,8 @@ class GHOST_Window : public GHOST_IWindow {
* Constructor.
* Creates a new window and opens it.
* To check if the window was created properly, use the getValid() method.
- * \param width: The width the window.
- * \param height: The height the window.
+ * \param width: The width of the window.
+ * \param height: The height of the window.
* \param state: The state the window is initially opened with.
* \param wantStereoVisual: Stereo visual for quad buffered stereo.
* \param exclusive: Use to show the window ontop and ignore others (used full-screen).