Skip to content

Commit

Permalink
chore: fix typos (lvgl#4914)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Dec 3, 2023
1 parent 8a25009 commit 998f60e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ jobs:
folder: out_html # The folder the action should deploy.
target-folder: master
git-config-name: lvgl-bot
git-config-emai: [email protected]
git-config-email: [email protected]
commit: true
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ extend-ignore-re = [
"Nam consectetur",
"U\\+[0-9A-F]{4}",
'\{ "[a-z]+", "[^ -~]+" \},',
"`[0-9a-f]{7} <https://\\S+>`__",
"Rename lv_chart_clear_serie",
"rename LV_ROLLER_MODE_INIFINITE",
"CARD_INFO_SET\\(&img_multilang_avatar_.*\\)",
Expand Down
2 changes: 1 addition & 1 deletion src/draw/sw/blend/neon/lv_blend_neon.S
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@ d4 ~ d7 : dst B,G,R,A
@ q8 : src RGB565 raw
@ q9 : dst RGB565 raw
@ q10 ~ q12: pre-multipled src
@ q10 ~ q12: pre-multiplied src
@ d26~29 : temp
@ d30 : mask
@ d31 : opa
Expand Down

0 comments on commit 998f60e

Please sign in to comment.