mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: acceptable
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
605fe7756e
commit
d2219b299e
1 changed files with 1 additions and 1 deletions
|
@ -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'},
|
||||
|
|
Loading…
Add table
Reference in a new issue