diff --git a/src/fw/applib/applib_malloc.json b/src/fw/applib/applib_malloc.json index e79229f1..bee548d6 100644 --- a/src/fw/applib/applib_malloc.json +++ b/src/fw/applib/applib_malloc.json @@ -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. ", diff --git a/src/fw/applib/graphics/text_layout.c b/src/fw/applib/graphics/text_layout.c index 32be8946..d63c7765 100644 --- a/src/fw/applib/graphics/text_layout.c +++ b/src/fw/applib/graphics/text_layout.c @@ -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) {