We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b901fb commit 5149966Copy full SHA for 5149966
Tools/c-analyzer/c_analyzer/datafiles.py
@@ -107,7 +107,7 @@ def _iter_ignored(infile, relroot):
107
try:
108
varid = _info.DeclID.from_row(varidinfo)
109
except BaseException as e:
110
- e.add_note(f"Error occured when processing the row {varidinfo} in {infile}.")
+ e.add_note(f"Error occurred when processing row {varidinfo} in {infile}.")
111
e.add_note(f"Could it be that you added a row which is not tab-delimited?")
112
raise e
113
varid = varid.fix_filename(relroot, formatted=False, fixroot=False)
0 commit comments