Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9169ec6

Browse filesBrowse files
committed
fix: occured -> occurred
1 parent 470909e commit 9169ec6
Copy full SHA for 9169ec6

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎cpp/report/src/Diagnostics/ExtractionErrors.qll

Copy file name to clipboardExpand all lines: cpp/report/src/Diagnostics/ExtractionErrors.qll
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.