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>2021-12-10 13:28:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-10 13:28:56 +0300
commit715f57371baa627ca677a8faf88e56ebb1180027 (patch)
tree29ae6f36d7f28f12736ef69b4343950fe235694b /source/blender/editors/include
parentb87b33adbfa0dbf2273ee0898ae010cc2510eff7 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_screen.h b/source/blender/editors/include/ED_screen.h
index 5db49357540..76bbc899aba 100644
--- a/source/blender/editors/include/ED_screen.h
+++ b/source/blender/editors/include/ED_screen.h
@@ -440,7 +440,7 @@ bool ED_workspace_delete(struct WorkSpace *workspace,
*/
void ED_workspace_scene_data_sync(struct WorkSpaceInstanceHook *hook, Scene *scene) ATTR_NONNULL();
/**
- * Make sure there is a non-fullscreen layout to switch to that is not used yet by an other window.
+ * Make sure there is a non-full-screen layout to switch to that isn't used yet by an other window.
* Needed for workspace or screen switching to ensure valid screens.
*
* \param layout_fallback_base: As last resort, this layout is duplicated and returned.