From 13f4c1949e5da5f97e7d3a73101b208c3a09eea1 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:10:09 -0500 Subject: [PATCH] spelling: minimized Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/timeline/layout_layer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/timeline/layout_layer.h b/src/fw/services/normal/timeline/layout_layer.h index 31b6eb31..923e5b90 100644 --- a/src/fw/services/normal/timeline/layout_layer.h +++ b/src/fw/services/normal/timeline/layout_layer.h @@ -34,7 +34,7 @@ typedef enum { //! LayoutLayers depart from tradditional Layers in a few meaningful way. //! 1) LayoutLayers are modulated by a "mode", which is the context in which the LayoutLayer //! is displayed. Examples of modes are the "card" mode which displays detailed pin info -//! and the "minimzed" mode which is used to display a "toast" like mode of a pin. +//! and the "minimized" mode which is used to display a "toast" like mode of a pin. //! 2) LayoutLayers expose three more generic APIs: //! \ref layout_get_size which returns the size of the //! content within the layout as well as a generic constructor/destructor: