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.
2 parents 42985d7 + a0a6238 commit d8e42f0Copy full SHA for d8e42f0
cpp/report/src/Diagnostics/ExtractionErrors.qll
@@ -60,10 +60,10 @@ class ExtractionError extends TExtractionError {
60
/** Gets the error message for this error. */
61
string getErrorMessage() { none() }
62
63
- /** Gets the file this error occured in. */
+ /** Gets the file this error occurred in. */
64
File getFile() { none() }
65
66
- /** Gets the location this error occured in. */
+ /** Gets the location this error occurred in. */
67
Location getLocation() { none() }
68
69
/** Gets the SARIF severity of this error. */
0 commit comments