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:
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;