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 <campbell@blender.org>2022-07-08 02:10:30 +0300
committerCampbell Barton <campbell@blender.org>2022-07-08 02:48:49 +0300
commit03173d63c01aede48f361ce83f53e5e9d8236c05 (patch)
tree4b4475b24114d73275ad679e6e13885dbd6360ed /source/blender/makesdna
parent9ef37369592ee74a4e675ece6bdd37b9aca3f9ad (diff)
Cleanup: spelling in comments
Also move mis-placed doc-string.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index 5e741508603..a3d9b5fc7b6 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -240,7 +240,7 @@ typedef struct wmWindow {
/** Active view layer displayed in this window. */
char view_layer_name[64];
/** The workspace may temporarily override the window's scene with scene pinning. This is the
- * "overriden" or "default" scene to restore when entering a workspace with no scene pinned. */
+ * "overridden" or "default" scene to restore when entering a workspace with no scene pinned. */
struct Scene *unpinned_scene;
struct WorkSpaceInstanceHook *workspace_hook;