Skip to content

Commit 362d143

Browse files
committed
spelling: immediately
Signed-off-by: Josh Soref <[email protected]>
1 parent 5468dba commit 362d143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/codeql_ql/ast/internal/Module.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ private module Cached {
271271

272272
pragma[noinline]
273273
private predicate resolveModuleRefHelper(TypeRef me, ContainerOrModule enclosing, string name) {
274-
// The scope is all enclosing modules, the immidiatly containing folder, not the parent folders.
274+
// The scope is all enclosing modules, the immediately containing folder, not the parent folders.
275275
enclosing = getEnclosingModuleNoFolderStep*(getStartModule(me)) and
276276
name = [me.(ModuleExpr).getName(), me.(TypeExpr).getClassName()] and
277277
not exists(me.(ModuleExpr).getQualifier()) and

0 commit comments

Comments
 (0)