From d2219b299e3b12e5acead3130a9810e1ec24a1ed Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:16:27 -0500 Subject: [PATCH] spelling: acceptable Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tools/tests/test_check_elf_log_strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/test_check_elf_log_strings.py b/tools/tests/test_check_elf_log_strings.py index 0c5fd864..a0f7775e 100644 --- a/tools/tests/test_check_elf_log_strings.py +++ b/tools/tests/test_check_elf_log_strings.py @@ -25,7 +25,7 @@ from log_hashing.check_elf_log_strings import check_dict_log_strings class TestCheckLogStrings(unittest.TestCase): - def test_some_acceptible_strings(self): + def test_some_acceptable_strings(self): log_dict = { 1: {'file': 'test.c', 'line': '1', 'msg': 'test %s'}, 2: {'file': 'test.c', 'line': '2', 'msg': 'test %-2hx'},