spelling: timestamp

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:50:02 -05:00
parent 994d10f5df
commit f257b7ae1f
3 changed files with 4 additions and 4 deletions

View file

@ -301,7 +301,7 @@ void test_reminder_db__find_by_timestamp_title(void) {
cl_assert_equal_b(reminder_db_find_by_timestamp_title(0, "nonexistent title", NULL, &reminder),
false);
// Test matching timstamp, but not title
// Test matching timestamp, but not title
cl_assert_equal_b(reminder_db_find_by_timestamp_title(title_item1.header.timestamp,
"nonexistent title", NULL, &reminder), false);