spelling: acceptable

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:16:27 -05:00
parent 605fe7756e
commit d2219b299e

View file

@ -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'},