spelling: occurred

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:16:46 -05:00
parent 0f0c1cca12
commit 3d34684548
10 changed files with 15 additions and 15 deletions

View file

@ -404,7 +404,7 @@ void analytics_event_crash(uint8_t crash_code, uint32_t link_register) {
.crash_report.link_register = link_register
};
ANALYTICS_LOG_DEBUG("Crash occured: Code %"PRIu8" / LR: %"PRIu32,
ANALYTICS_LOG_DEBUG("Crash occurred: Code %"PRIu8" / LR: %"PRIu32,
event_blob.crash_report.crash_code, event_blob.crash_report.link_register);
analytics_logging_log_event(&event_blob);

View file

@ -27,7 +27,7 @@
//! @param app_attributes ANCS App attributes (namely, the display name)
//! @param app_metadata The icon and color associated with the app
//! @param notif_prefs iOS notification prefs for this notification
//! @param timestamp Time the notification occured
//! @param timestamp Time the notification occurred
//! @param properties Additional ANCS properties (category, flags, etc)
//! @return The newly created timeline item
TimelineItem *ancs_item_create_and_populate(ANCSAttribute *notif_attributes[],

View file

@ -160,7 +160,7 @@ static void prv_stationary_check_launcher_task_cb(void *unused_data) {
}
}
//! Called every minute to determine whether any motion has occured since the last time
//! Called every minute to determine whether any motion has occurred since the last time
//! the call was made. The current position is updated at this time
static void prv_stationary_check_timer_cb(void *unused_data) {
//! All stationary events need to be handled by kernel main

View file

@ -21,7 +21,7 @@
#include "kernel/event_loop.h"
//! Set up a timer that will check the position of the watch every minute to see
//! if any motion has occured
//! if any motion has occurred
void stationary_init(void);
//! Stationary mode should only be enabled when the user settings allow for it and when