diff options
Diffstat (limited to 'scripts/style_api_gen.py')
-rwxr-xr-x | scripts/style_api_gen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/style_api_gen.py b/scripts/style_api_gen.py index 622907243..ad665f209 100755 --- a/scripts/style_api_gen.py +++ b/scripts/style_api_gen.py @@ -421,7 +421,7 @@ props = [ {'name': 'FLEX_GROW', 'style_type': 'num', 'var_type': 'uint8_t', 'default':'`LV_FLEX_ALIGN_ROW`', 'inherited': 0, 'layout': 1, 'ext_draw': 0, - 'dsc': "Defines how mayn space to take proprtionally the free space of the object's trach"}, + 'dsc': "Defines how much space to take proportionally from the free space of the object's track"}, |