[Bf-blender-cvs] [b62a9ef66fa] master: Cleanup: Fix typo in comment.

Bastien Montagne noreply at git.blender.org
Fri Dec 11 10:53:18 CET 2020


Commit: b62a9ef66faad1ba37dde053af3394eca9559e46
Author: Bastien Montagne
Date:   Fri Dec 11 09:37:29 2020 +0100
Branches: master
https://developer.blender.org/rBb62a9ef66faad1ba37dde053af3394eca9559e46

Cleanup: Fix typo in comment.

===================================================================

M	source/blender/editors/interface/interface_layout.c

===================================================================

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'};



More information about the Bf-blender-cvs mailing list