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

@@ -178,7 +178,7 @@ typedef struct Window {
//! @param debug_name The window's debug name
void window_init(Window *window, const char* debug_name);
//! Creates a new Window on the heap and initalizes it with the default values.
//! Creates a new Window on the heap and initializes it with the default values.
//!
//! * Background color : `GColorWhite`
//! * Root layer's `update_proc` : function that fills the window's background using `background_color`.