From 8ac24bd4f5803b0ea0552571dfce2f165415ca14 Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Tue, 28 Jan 2025 14:44:47 -0500
Subject: [PATCH] spelling: geometry

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
 src/fw/applib/ui/menu_layer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;