Skip to content

Commit 028326a

Browse files
committed
Swift: Correct US spellings.
1 parent 11d582d commit 028326a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift/ql/lib/codeql/swift/security/SensitiveExprs.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@ class SensitiveExpr extends Expr {
176176
not label.regexpMatch(regexpProbablySafe())
177177
or
178178
(
179-
// modelled sensitive credential
179+
// modeled sensitive credential
180180
sourceNode(DataFlow::exprNode(this), "sensitive-credential") and
181181
sensitiveType = TCredential() and
182182
label = "credential"
183183
or
184-
// modelled sensitive private information
184+
// modeled sensitive private information
185185
sourceNode(DataFlow::exprNode(this), "sensitive-private-info") and
186186
sensitiveType = TPrivateInfo() and
187187
label = "private information"

0 commit comments

Comments
 (0)