mirror of
https://github.com/google/pebble.git
synced 2025-11-20 06:20:56 -05:00
spelling: initializes
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user