mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
C++: fix typos in comments
This commit is contained in:
@@ -57,10 +57,10 @@ class ExtractionProblem extends TExtractionProblem {
|
||||
/** Gets the problem message for this problem. */
|
||||
string getProblemMessage() { none() }
|
||||
|
||||
/** Gets the file this problem occured in. */
|
||||
/** Gets the file this problem occurred in. */
|
||||
File getFile() { none() }
|
||||
|
||||
/** Gets the location this problem occured in. */
|
||||
/** Gets the location this problem occurred in. */
|
||||
Location getLocation() { none() }
|
||||
|
||||
/** Gets the SARIF severity of this problem. */
|
||||
|
||||
@@ -57,10 +57,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. */
|
||||
|
||||
Reference in New Issue
Block a user