mirror of
https://github.com/google/pebble.git
synced 2025-05-24 04:04:53 +00:00
spelling: timestamp
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
994d10f5df
commit
f257b7ae1f
3 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue