From 5ed0a14ec3bb7d983e9ba687c78968d91012ac33 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:31:12 -0500 Subject: [PATCH] spelling: programmatically Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/app_message/app_message.h | 4 ++-- src/fw/applib/ui/scroll_layer.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fw/applib/app_message/app_message.h b/src/fw/applib/app_message/app_message.h index 480708be..d1f3a18f 100644 --- a/src/fw/applib/app_message/app_message.h +++ b/src/fw/applib/app_message/app_message.h @@ -344,7 +344,7 @@ void app_message_deregister_callbacks(void); // -------- AppMessage Lifecycle ----------------------------------------------------------------------------------- // -//! Programatically determine the inbox size maximum in the current configuration. +//! Programmatically determine the inbox size maximum in the current configuration. //! //! \return The inbox size maximum on this firmware. //! @@ -353,7 +353,7 @@ void app_message_deregister_callbacks(void); //! uint32_t app_message_inbox_size_maximum(void); -//! Programatically determine the outbox size maximum in the current configuration. +//! Programmatically determine the outbox size maximum in the current configuration. //! //! \return The outbox size maximum on this firmware. //! diff --git a/src/fw/applib/ui/scroll_layer.h b/src/fw/applib/ui/scroll_layer.h index aea722c4..65a48bea 100644 --- a/src/fw/applib/ui/scroll_layer.h +++ b/src/fw/applib/ui/scroll_layer.h @@ -51,7 +51,7 @@ //! UP and DOWN buttons with scrolling up and down. //! * The SELECT button can be configured by installing a click configuration //! provider using \ref scroll_layer_set_callbacks(). -//! * To scroll programatically to a certain offset, use +//! * To scroll programmatically to a certain offset, use //! \ref scroll_layer_set_content_offset(). //! * It is possible to get called back for each scrolling increment, by //! installing the `.content_offset_changed_handler` callback using