From ab2d0b338aa7b93178ee00137b022cefd0615637 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:52:15 -0500 Subject: [PATCH] spelling: instantiated 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 735082ed..31b6eb31 100644 --- a/src/fw/services/normal/timeline/layout_layer.h +++ b/src/fw/services/normal/timeline/layout_layer.h @@ -40,7 +40,7 @@ typedef enum { //! content within the layout as well as a generic constructor/destructor: //! \ref layout_create / \ref layout_destroy. //! 3) LayoutLayers are constructed from a set of Attributes which they are meant to display. -//! 4) Sub-types of LayoutLayer are instanciated by summoning the correct type ID rather than by +//! 4) Sub-types of LayoutLayer are instantiated by summoning the correct type ID rather than by //! calling a specialized constructor / destructor as per the Layer API. //! LayoutIds identify the type of a LayoutLayer. They are passed to the constructor to