Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cpp/report/src/Diagnostics/ExtractionErrors.qll
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ class ExtractionError extends TExtractionError {
/** Gets the error message for this error. */
string getErrorMessage() { none() }

/** Gets the file this error occured in. */
/** Gets the file this error occurred in. */
File getFile() { none() }

/** Gets the location this error occured in. */
/** Gets the location this error occurred in. */
Location getLocation() { none() }

/** Gets the SARIF severity of this error. */
Expand Down
Loading