Skip to content

Commit bb19f8c

Browse files
bollwyvlkrassowski
authored andcommitted
fix typo
1 parent b6d2a75 commit bb19f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atest/logcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def file_should_not_contain_phrases(filename, offset=0, *phrases):
7-
"""don't fail _too_ hard if the file can't be read for soem reason"""
7+
"""don't fail _too_ hard if the file can't be read for some reason"""
88
with open(filename, "rb") as fp:
99
raw = fp.read()[offset:]
1010

0 commit comments

Comments
 (0)