spelling: accommodate

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:18:54 -05:00
parent eb5cbb2f63
commit b60d61e5e1

View file

@ -471,7 +471,7 @@ static void prv_menu_layer_walk_upward_from_iterator(MenuIterator *it) {
const int16_t total_height = it->cursor.h + it->cursor.sep; const int16_t total_height = it->cursor.h + it->cursor.sep;
if (total_height > it->cursor.y) { if (total_height > it->cursor.y) {
// If the total height is greater than the cursor y, don't // If the total height is greater than the cursor y, don't
// add in space to accodomate the separator as the downwards callback // add in space to accommodate the separator as the downwards callback
// will add it for us. // will add it for us.
it->cursor.y -= it->cursor.h; it->cursor.y -= it->cursor.h;
} else { } else {