diff --git a/shared/typeinference/codeql/typeinference/internal/TypeInference.qll b/shared/typeinference/codeql/typeinference/internal/TypeInference.qll index 2c0895cd4d1..68b60f41fe0 100644 --- a/shared/typeinference/codeql/typeinference/internal/TypeInference.qll +++ b/shared/typeinference/codeql/typeinference/internal/TypeInference.qll @@ -14,7 +14,7 @@ * Type inferType(AstNode n, TypePath path) * ``` * - * for recursivelly inferring the type-path-indexed types of AST nodes. For example, + * for recursively inferring the type-path-indexed types of AST nodes. For example, * one may have a base case for literals like * * ```ql