-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: fix spelling #6401
chore: fix spelling #6401
Conversation
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
@@ -352,7 +352,7 @@ | |||
#define LV_ATTRIBUTE_FAST_MEM | |||
|
|||
/*Export integer constant to binding. This macro is used with constants in the form of LV_<CONST> that | |||
*should also appear on LVGL binding API such as Micropython.*/ | |||
*should also appear on LVGL binding API such as MicroPython.*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
brand
@@ -12,7 +12,7 @@ | |||
"vscode": { | |||
// Add the IDs of extensions you want installed when the container is created. | |||
"extensions": [ | |||
//"searking.preview-vscode" | |||
//"searKing.preview-vscode" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs/Doxyfile
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't tried to carefully exclude files that are from an upstream. I can drop any files that shouldn't be changed...
docs/README_jp.rst
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've mostly avoided touching translations, but I figured fixing a few brands was ok... Happy to drop if the project prefers to let the localizers deal w/ such things.
@@ -1187,7 +1187,7 @@ The following features are supported by the decoder: | |||
*) encoding of PNGs, from any raw image to 24- or 32-bit color, or the same color type as the raw image | |||
*) Adam7 interlace and deinterlace for any color type | |||
*) loading the image from harddisk or decoding it from a buffer from other sources than harddisk | |||
*) support for alpha channels, including RGBA color modelete,translucent palettes and color keying | |||
*) support for alpha channels, including RGBA color model,translucent palettes and color keying |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
??
@@ -325,7 +325,7 @@ static void _genSpan(SwRleData* rle, const SwSpan* spans, uint32_t count) | |||
} | |||
|
|||
|
|||
static void _horizLine(RleWorker& rw, SwCoord x, SwCoord y, SwCoord area, SwCoord acount) | |||
static void _horizLine(RleWorker& rw, SwCoord x, SwCoord y, SwCoord area, SwCoord aCount) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There appears to be enough camelCasing in this file to justify this change
@@ -862,7 +862,7 @@ bool strokeParseOutline(SwStroke* stroke, const SwOutline& outline) | |||
++pt; | |||
++types; | |||
|
|||
//emit a signel line_to | |||
//emit a single line_to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't sure if this was signal
...
@@ -316,7 +316,7 @@ static int huffext( /* >=0: decoded data, <0: error code */ | |||
dc--; /* Decrement number of available bytes */ | |||
if(flg) { /* In flag sequence? */ | |||
flg = 0; /* Exit flag sequence */ | |||
if(*dp != 0) return 0 - (int)JDR_FMT1; /* Err: unexpected flag is detected (may be collapted data) */ | |||
if(*dp != 0) return 0 - (int)JDR_FMT1; /* Err: unexpected flag is detected (may be corrupted data) */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried collapsed
and discarded that as a possibility...
@@ -180,8 +180,8 @@ static uint32_t lv_text_get_next_word(const char * txt, const lv_font_t * font, | |||
uint32_t letter = 0; /*Letter at i*/ | |||
uint32_t letter_next = 0; /*Letter at i_next*/ | |||
int32_t letter_w; | |||
int32_t cur_w = 0; /*Pixel Width of transversed string*/ | |||
uint32_t word_len = 0; /*Number of characters in the transversed word*/ | |||
int32_t cur_w = 0; /*Pixel Width of traversed string*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could be wrong. transverse
is a word...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Are the fixes in thorvg going to be lost the next time we upgrade it? Edit: thanks very much for this noble contribution! |
@jsoref |
Can you provide me with a link? |
It's here: https://github.com/thorvg/thorvg. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing! Thank you very much!
Could we add your spelling workflow to lvgl? |
Certainly. I tend to talk people through the configuration and prefer to do it as a separate PR after spelling fixes merge. (There are some choices to make.) |
Thank you Josh! |
Description of the feature or fix
Fixes misspellings identified by the check-spelling action.
The misspellings have been reported at https://github.com/jsoref/lvgl/actions/runs/9605104882#summary-26492045362
The action will report that the changes in this PR would make it happy: https://github.com/jsoref/lvgl/actions/runs/9605105200#summary-26492046938
Notes
scripts/code-format.py
(astyle version v3.4.12 needs to be installed) and follow the Code Conventions.