spelling: geometry

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:44:47 -05:00
parent 5351cd6f1c
commit 8ac24bd4f5

View file

@ -374,7 +374,7 @@ typedef struct MenuLayer {
MenuCellSpan cursor;
} cache;
//! @internal
//! Selected cell index + geometery cache of the selected cell
//! Selected cell index + geometry cache of the selected cell
MenuCellSpan selection;
MenuLayerCallbacks callbacks;
void *callback_context;