Skip to content

Commit 7b0269c

Browse files
committed
Fix British spelling that code scanning didn't like.
I've been working with Brits for too long :)
1 parent 72c46c6 commit 7b0269c

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling

1 file changed

+1
-1
lines changed

javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/ATMConfig.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ abstract class AtmConfig extends string {
8181
) {
8282
// An endpoint is an effective sink (sink candidate) if none of its characteristics give much indication whether or
8383
// not it is a sink. Historically, we used endpoint filters, and scored endpoints that are filtered out neither by
84-
// a standard endpoint filter nor by an endpoint filter specific to this sink type. To replicate this behaviour, we
84+
// a standard endpoint filter nor by an endpoint filter specific to this sink type. To replicate this behavior, we
8585
// have given the endpoint filter characteristics medium confidence, and we exclude endpoints that have a
8686
// medium-confidence characteristic that indicates that they are not sinks, either in general or for this sink type.
8787
exists(EndpointCharacteristics::EndpointCharacteristic filter, float confidence |

0 commit comments

Comments
 (0)