Skip to content

Commit 77e7898

Browse files
committed
Rust: Use US spelling in comment.
1 parent f458149 commit 77e7898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/security/InsecureCookieExtensions.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module InsecureCookie {
9999
else value = false // `false`, unknown, or multiple values
100100
) and
101101
// and find the node where this happens (we can't just use the flow summary node, since its
102-
// shared across all calls to the modelled function, we need a node specific to this call)
102+
// shared across all calls to the modeled function, we need a node specific to this call)
103103
(
104104
node.asExpr().getExpr() = ce.(MethodCallExpr).getReceiver() // e.g. `a` in `a.set_secure(true)`
105105
or

0 commit comments

Comments
 (0)