Skip to content

Commit 7f61738

Browse files
committed
Use US English spelling
1 parent 6e37a65 commit 7f61738

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/EndpointFeatures.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ private module FunctionNames {
270270

271271
/**
272272
* Returns a generated name for the function. This name is generated such that
273-
* entities with the same names have similar behaviour.
273+
* entities with the same names have similar behavior.
274274
*/
275275
private string getApproximateNameForFunction(Function function) {
276276
count(DataFlow::CallNode call, int index | functionUsedAsArgumentToCall(function, call, index)) =

0 commit comments

Comments
 (0)