spelling: visible

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 17:13:32 -05:00
parent 36c9aac1f5
commit 7499ab128b
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
"",
"Types are defined below with the following parameters: ",
" name: The name of the type as it appears in our codebase. This type definition must ",
" be visibile in one of the headers in the headers list below. ",
" be visible in one of the headers in the headers list below. ",
" size_2x: The size in bytes that should be used for legacy2 apps ",
" size_3x: The size in bytes that should be used for 3.x apps ",
" size_3x_padding: The amount of padding to add directly to this particular struct. ",

View file

@ -267,7 +267,7 @@ static bool prv_line_iter_is_vertical_overflow(const LineIterState* const line_i
// if we're not rendering the first line.
// - This, because the user does not expect to see more text drawn below, after the '...'.
// - The first-line exception means that text, and therefore the telltale
// ellipsis, will always be visisble.
// ellipsis, will always be visible.
if ((text_box_params->overflow_mode == GTextOverflowModeTrailingEllipsis ||
text_box_params->overflow_mode == GTextOverflowModeFill) &&
line_iter_state->current->origin.y != text_box_params->box.origin.y) {