Skip to content

Commit 46b3f9a

Browse files
committed
spelling: behaviour
Signed-off-by: Josh Soref <[email protected]>
1 parent 0fe91cb commit 46b3f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/definitions.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ where
1313
def = definitionOf(e, kind) and
1414
// We need to exclude definitions for elements inside template instantiations,
1515
// as these often lead to multiple links to definitions from the same source location.
16-
// LGTM does not support this bevaviour.
16+
// LGTM does not support this behaviour.
1717
not e.isFromTemplateInstantiation(_)
1818
select e, def, kind

0 commit comments

Comments
 (0)