mirror of
https://github.com/google/pebble.git
synced 2025-06-15 14:13:11 +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
|
@ -71,7 +71,7 @@ typedef struct TextLayerLegacy2 {
|
|||
//!
|
||||
//! The text layer is automatically marked dirty after this operation.
|
||||
//! @param text_layer The TextLayerLegacy2 to initialize
|
||||
//! @param frame The frame with which to initialze the TextLayerLegacy2
|
||||
//! @param frame The frame with which to initialize the TextLayerLegacy2
|
||||
void text_layer_legacy2_init(TextLayerLegacy2 *text_layer, const GRect *frame);
|
||||
|
||||
//! Creates a new TextLayerLegacy2 on the heap and initializes it with the default values.
|
||||
|
@ -85,7 +85,7 @@ void text_layer_legacy2_init(TextLayerLegacy2 *text_layer, const GRect *frame);
|
|||
//! * Caching: `false`
|
||||
//!
|
||||
//! The text layer is automatically marked dirty after this operation.
|
||||
//! @param frame The frame with which to initialze the TextLayerLegacy2
|
||||
//! @param frame The frame with which to initialize the TextLayerLegacy2
|
||||
//! @return A pointer to the TextLayerLegacy2. `NULL` if the TextLayerLegacy2 could not
|
||||
//! be created
|
||||
TextLayerLegacy2* text_layer_legacy2_create(GRect frame);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue