mirror of
https://github.com/google/pebble.git
synced 2025-05-20 10:24:58 +00:00
spelling: initialize
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
4ec73561f9
commit
cf9a5cb367
7 changed files with 9 additions and 9 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue