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>2019-04-29 07:14:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-29 07:14:14 +0300
commit14897fb6533a6fcfdb665a215b8daf72b6550574 (patch)
tree96129afd9ce03c20f85ea1831a0aae3122302801 /source/blender/editors/include/ED_screen_types.h
parent8821757d0dd038de15ccec6df595b3496d120167 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/include/ED_screen_types.h')
-rw-r--r--source/blender/editors/include/ED_screen_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/include/ED_screen_types.h b/source/blender/editors/include/ED_screen_types.h
index a584ce4cca0..c515d501a8d 100644
--- a/source/blender/editors/include/ED_screen_types.h
+++ b/source/blender/editors/include/ED_screen_types.h
@@ -120,7 +120,7 @@ enum {
/**
* Use for region show/hide state:
* - When a region is collapsed, draw a handle to expose.
- * - When a region is expanded, use the the action zone to resize the region.
+ * - When a region is expanded, use the action zone to resize the region.
*/
AZONE_REGION,
/**
@@ -128,8 +128,8 @@ enum {
*/
AZONE_FULLSCREEN,
/**
- * Hotspot azone around scrollbars to show/hide them.
- * Only show the scrull-bars when the cursor is close.
+ * Hotspot azone around scroll-bars to show/hide them.
+ * Only show the scroll-bars when the cursor is close.
*/
AZONE_REGION_SCROLL,
};