diff options
author | Eric allen <eric@ericrallen.dev> | 2024-07-05 16:03:01 -0400 |
---|---|---|
committer | Eric allen <eric@ericrallen.dev> | 2024-07-05 16:03:01 -0400 |
commit | e03fb3043fd0a5f26157b0bc835556d0fd5431a9 (patch) | |
tree | b911775f89d46dd076f32285ea6d49db9c21d05c /modules/text_server_adv | |
parent | b97110cd307e4d78e20bfafe5de6c082194b2cd6 (diff) | |
download | redot-engine-e03fb3043fd0a5f26157b0bc835556d0fd5431a9.tar.gz |
fix: change esthetic -> aesthetic
Diffstat (limited to 'modules/text_server_adv')
-rw-r--r-- | modules/text_server_adv/text_server_adv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/text_server_adv/text_server_adv.cpp b/modules/text_server_adv/text_server_adv.cpp index 0c87199635..499ddb703b 100644 --- a/modules/text_server_adv/text_server_adv.cpp +++ b/modules/text_server_adv/text_server_adv.cpp @@ -5248,7 +5248,7 @@ void TextServerAdvanced::_shaped_text_overrun_trim_to_width(const RID &p_shaped_ if ((trim_pos >= 0 && sd->width > p_width) || enforce_ellipsis) { if (add_ellipsis && (ellipsis_pos > 0 || enforce_ellipsis)) { - // Insert an additional space when cutting word bound for esthetics. + // Insert an additional space when cutting word bound for aesthetics. if (cut_per_word && (ellipsis_pos > 0)) { Glyph gl; gl.count = 1; |