Skip to content

Commit 9169ec6

Browse files
committed
fix: occured -> occurred
1 parent 470909e commit 9169ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/report/src/Diagnostics/ExtractionErrors.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ class ExtractionError extends TExtractionError {
6060
/** Gets the error message for this error. */
6161
string getErrorMessage() { none() }
6262

63-
/** Gets the file this error occured in. */
63+
/** Gets the file this error occurred in. */
6464
File getFile() { none() }
6565

66-
/** Gets the location this error occured in. */
66+
/** Gets the location this error occurred in. */
6767
Location getLocation() { none() }
6868

6969
/** Gets the SARIF severity of this error. */

0 commit comments

Comments
 (0)