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:
authorBastien Montagne <bastien@blender.org>2020-12-11 11:37:29 +0300
committerBastien Montagne <bastien@blender.org>2020-12-11 12:53:08 +0300
commitb62a9ef66faad1ba37dde053af3394eca9559e46 (patch)
treef9a535393870435624959df08c96b9266bb2f71a /source/blender/editors/interface/interface_layout.c
parent6e4fccd9fae37c20bc3b8ff52aeb5bf1328c56ad (diff)
Cleanup: Fix typo in comment.
Diffstat (limited to 'source/blender/editors/interface/interface_layout.c')
-rw-r--r--source/blender/editors/interface/interface_layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_layout.c b/source/blender/editors/interface/interface_layout.c
index 0403287125c..ebd2235cb82 100644
--- a/source/blender/editors/interface/interface_layout.c
+++ b/source/blender/editors/interface/interface_layout.c
@@ -651,7 +651,7 @@ static void ui_item_array(uiLayout *layout,
uiDefAutoButR(block, ptr, prop, -1, "", ICON_NONE, 0, 0, w, UI_UNIT_Y);
}
else {
- /* even if 'expand' is fale, expanding anyway */
+ /* Even if 'expand' is false, we expand anyway. */
/* layout for known array subtypes */
char str[3] = {'\0'};