Skip to content

Commit 2870bc2

Browse files
committed
Swift: Use US spelling.
1 parent 6f3dba5 commit 2870bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/security/regex/RegexInjectionExtensions.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class RegexInjectionAdditionalFlowStep extends Unit {
3434
* This includes various methods that consume a regular expression string, but
3535
* in general misses cases where a regular expression string is converted into
3636
* an object (such as a `Regex` or `NSRegularExpression`) for later evaluation.
37-
* These cases are modelled separately.
37+
* These cases are modeled separately.
3838
*/
3939
private class EvalRegexInjectionSink extends RegexInjectionSink {
4040
EvalRegexInjectionSink() { this.asExpr() = any(RegexEval e).getRegexInput() }

0 commit comments

Comments
 (0)