aboutsummaryrefslogtreecommitdiff
path: root/scripts/style_api_gen.py
diff options
context:
space:
mode:
authorckielstra <c.kielstra@ultimaker.com>2021-08-27 12:15:39 +0200
committerGitHub <noreply@github.com>2021-08-27 12:15:39 +0200
commit5249a34d5da232f6664c868d8d2bb5f4e4270c78 (patch)
treeb69f4b4bb3c55e2449201b5725ccee9a3c13f550 /scripts/style_api_gen.py
parent9f6d911b3781890bf23563d836816e4b0db22abc (diff)
downloadlvgl-5249a34d5da232f6664c868d8d2bb5f4e4270c78.tar.gz
lvgl-5249a34d5da232f6664c868d8d2bb5f4e4270c78.zip
docs more spelling fixes (#2499)
Diffstat (limited to 'scripts/style_api_gen.py')
-rwxr-xr-xscripts/style_api_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/style_api_gen.py b/scripts/style_api_gen.py
index 15e4bec1d..e89ed4640 100755
--- a/scripts/style_api_gen.py
+++ b/scripts/style_api_gen.py
@@ -296,7 +296,7 @@ props = [
{'name': 'SHADOW_SPREAD',
'style_type': 'num', 'var_type': 'lv_coord_t' , 'default':0, 'inherited': 0, 'layout': 0, 'ext_draw': 1,
- 'dsc': "Make the shadow calcuation to use a larger or smaller rectangle as base. The value can be in pixel t make the area larger/smaller"},
+ 'dsc': "Make the shadow calcuation to use a larger or smaller rectangle as base. The value can be in pixel to make the area larger/smaller"},
{'name': 'SHADOW_COLOR',
'style_type': 'color', 'var_type': 'lv_color_t' , 'default':'`0x000000`', 'inherited': 0, 'layout': 0, 'ext_draw': 0,