Cleanup: Fix typo in comment.

This commit is contained in:
Bastien Montagne 2020-12-11 09:37:29 +01:00
parent 6e4fccd9fa
commit b62a9ef66f
1 changed files with 1 additions and 1 deletions

View File

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