spelling: prioritized

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:30:04 -05:00
parent d7c8734211
commit cd127de7e0
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ void test_timeline_peek_event__one_persistent_event_lifecycle(void) {
CHECK_NO_EVENTS( .count = 6, .is_future_empty = true );
}
void test_timeline_peek_event__upcoming_priotized_over_persistent_event_lifecycle(void) {
void test_timeline_peek_event__upcoming_prioritized_over_persistent_event_lifecycle(void) {
TimelineItem item =
DEFINE_EVENT( .id = 0x01, .timestamp = 20 * SECONDS_PER_MINUTE, .duration = 70,
.persistent = true );