Skip to content

Commit 8689a94

Browse files
committed
spelling: characteristic
Signed-off-by: Josh Soref <[email protected]>
1 parent f176877 commit 8689a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/codeql_ql/ast/Ast.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ class Class extends TClass, TypeDeclaration, ModuleDeclaration {
853853
override string getName() { result = cls.getName().getValue() }
854854

855855
/**
856-
* Gets the charateristic predicate for this class.
856+
* Gets the characteristic predicate for this class.
857857
*/
858858
CharPred getCharPred() { toQL(result) = cls.getChild(_).(QL::ClassMember).getChild(_) }
859859

0 commit comments

Comments
 (0)