diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2024-06-28 03:09:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-28 09:09:23 +0200 |
commit | df0d36f02aa0b13957df1fbf11075ef0e478a88d (patch) | |
tree | c861d4e452baeab4fa28e68e47dcdb89de8df166 /scripts/style_api_gen.py | |
parent | 94d48feb22913853869b35cb40eeb4a971e0629c (diff) | |
download | lvgl-df0d36f02aa0b13957df1fbf11075ef0e478a88d.tar.gz lvgl-df0d36f02aa0b13957df1fbf11075ef0e478a88d.zip |
chore: fix spelling (#6401)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
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"}, |