Skip to content

Commit 5149966

Browse files
Update Tools/c-analyzer/c_analyzer/datafiles.py
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 8b901fb commit 5149966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/c-analyzer/c_analyzer/datafiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def _iter_ignored(infile, relroot):
107107
try:
108108
varid = _info.DeclID.from_row(varidinfo)
109109
except BaseException as e:
110-
e.add_note(f"Error occured when processing the row {varidinfo} in {infile}.")
110+
e.add_note(f"Error occurred when processing row {varidinfo} in {infile}.")
111111
e.add_note(f"Could it be that you added a row which is not tab-delimited?")
112112
raise e
113113
varid = varid.fix_filename(relroot, formatted=False, fixroot=False)

0 commit comments

Comments
 (0)