Skip to content

Commit affe42b

Browse files
committed
Use US spelling
1 parent aaa7f34 commit affe42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/frameworks/Stdlib.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import semmle.go.frameworks.stdlib.TextTabwriter
4444
import semmle.go.frameworks.stdlib.TextTemplate
4545
import semmle.go.frameworks.stdlib.Unsafe
4646

47-
// These are modelled using TaintTracking::FunctionModel because they doesn't have real type signatures,
47+
// These are modeled using TaintTracking::FunctionModel because they doesn't have real type signatures,
4848
// and therefore currently have an InvalidType, not a SignatureType, which breaks Models as Data.
4949
/**
5050
* A model of the built-in `append` function, which propagates taint from its arguments to its

0 commit comments

Comments
 (0)