spelling: characteristic

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-19 04:16:26 -04:00
parent f176877a29
commit 8689a9405b

View File

@@ -853,7 +853,7 @@ class Class extends TClass, TypeDeclaration, ModuleDeclaration {
override string getName() { result = cls.getName().getValue() }
/**
* Gets the charateristic predicate for this class.
* Gets the characteristic predicate for this class.
*/
CharPred getCharPred() { toQL(result) = cls.getChild(_).(QL::ClassMember).getChild(_) }