diff --git a/src/fw/applib/ui/menu_layer.h b/src/fw/applib/ui/menu_layer.h index 95786a3d..4bd03e04 100644 --- a/src/fw/applib/ui/menu_layer.h +++ b/src/fw/applib/ui/menu_layer.h @@ -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;