Skip to content

Commit 3f6cecc

Browse files
committed
US spelling
1 parent 8c553ec commit 3f6cecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/frameworks/stdlib/NetHttp.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ module NetHttp {
163163
// NB. SummarizedCallables do not implement a direct call-site-crossing flow step; instead
164164
// they are implemented by a function body with internal dataflow nodes, so we mimic the
165165
// one-step style for the particular case of taint propagation direct from an argument or receiver
166-
// to another argument, receiver or return value, matching the behaviour for a `TaintTracking::FunctionModel`.
166+
// to another argument, receiver or return value, matching the behavior for a `TaintTracking::FunctionModel`.
167167
this = getSummaryInputOrOutputNode(call, input) and
168168
responseWriter.(DataFlow::PostUpdateNode).getPreUpdateNode() =
169169
getSummaryInputOrOutputNode(call, output) and

0 commit comments

Comments
 (0)