breakpad/symb_upload.py: fix typo

This commit is contained in:
Marvin Scholz 2023-08-24 02:40:03 +02:00 committed by Steve Lhomme
parent 87664c5964
commit ba81dd2f58
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class Dumper:
meta = {}
dest = io.StringIO()
if not source.startswith("MODULE"):
logging.error("file doesn't starst with MODULE")
logging.error("file doesn't start with MODULE")
return None, None
for line in source.split("\n"):
if line.startswith("MODULE"):