Fix spelling errors found by CodeSpell. See https://github.com/codespell-project/codespell

This commit is contained in:
Shaun Case
2024-05-14 09:43:59 +08:00
committed by Alan Wang
parent 8a334b0140
commit 324973008c
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ static void assert_print_object(const char * const expected, const char * const
formatted_buffer.format = true;
TEST_ASSERT_TRUE_MESSAGE(print_object(item, &formatted_buffer), "Failed to print formatted string.");
TEST_ASSERT_EQUAL_STRING_MESSAGE(expected, printed_formatted, "Formatted ojbect is not correct.");
TEST_ASSERT_EQUAL_STRING_MESSAGE(expected, printed_formatted, "Formatted object is not correct.");
reset(item);
}