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

@ -89,7 +89,7 @@ typedef struct NumberWindow {
//! See code fragment here: NumberWindow
void number_window_init(NumberWindow *numberwindow, const char *label, NumberWindowCallbacks callbacks, void *callback_context);
//! Creates a new NumberWindow on the heap and initalizes it with the default values.
//! Creates a new NumberWindow on the heap and initializes it with the default values.
//!
//! @param label The title or prompt to display in the NumberWindow. Must be long-lived and cannot be stack-allocated.
//! @param callbacks The callbacks