spelling: initialize

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:59:22 -05:00
parent 4ec73561f9
commit cf9a5cb367
7 changed files with 9 additions and 9 deletions

View file

@ -156,7 +156,7 @@ _Static_assert(offsetof(struct ScrollPaging, flags) == offsetof(Layer, flags),
//! * Callback context: `NULL`
//! The layer is marked dirty automatically.
//! @param scroll_layer The ScrollLayer to initialize
//! @param frame The frame with which to initialze the ScrollLayer
//! @param frame The frame with which to initialize the ScrollLayer
void scroll_layer_init(ScrollLayer *scroll_layer, const GRect *frame);
//! Creates a new ScrollLayer on the heap and initalizes it with the default values: