1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Fix various typos with codespell

Using 2.2.6.dev180+ge3a2cfbd.
This commit is contained in:
Rémi Verschelde
2023-09-12 08:54:18 +02:00
parent 6a007c7512
commit 5c43e4c1ef
12 changed files with 22 additions and 22 deletions

View File

@@ -968,7 +968,7 @@ int RichTextLabel::_draw_line(ItemFrame *p_frame, int p_line, const Vector2 &p_o
int gl_size = TS->shaped_text_get_glyph_count(rid);
Vector2 gloff = off;
// Draw oulines and shadow.
// Draw outlines and shadow.
int processed_glyphs_ol = r_processed_glyphs;
for (int i = 0; i < gl_size; i++) {
Item *it = _get_item_at_pos(it_from, it_to, glyphs[i].start);