spelling: initializes

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:51:35 -05:00
parent cf9a5cb367
commit e63c8c0b83
10 changed files with 10 additions and 10 deletions

View file

@ -136,7 +136,7 @@ typedef struct ActionBarLayerLegacy2 {
//! @param action_bar The action bar to initialize
void action_bar_layer_legacy2_init(ActionBarLayerLegacy2 *action_bar);
//! Creates a new ActionBarLayerLegacy2 on the heap and initalizes it with the default values.
//! Creates a new ActionBarLayerLegacy2 on the heap and initializes it with the default values.
//! * Background color: \ref GColorBlack
//! * No click configuration provider (`NULL`)
//! * No icons

View file

@ -45,7 +45,7 @@ struct AnimationLegacy2Implementation;
struct AnimationLegacy2Handlers;
//! Creates a new AnimationLegacy2 on the heap and initalizes it with the default values.
//! Creates a new AnimationLegacy2 on the heap and initializes it with the default values.
//!
//! * Duration: 250ms,
//! * Curve: \ref AnimationCurveEaseInOut (ease-in-out),