From 03173d63c01aede48f361ce83f53e5e9d8236c05 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 8 Jul 2022 09:10:30 +1000 Subject: Cleanup: spelling in comments Also move mis-placed doc-string. --- source/blender/makesdna/DNA_windowmanager_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna') 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; -- cgit v1.2.3