spelling: immediately

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-19 04:16:28 -04:00
parent 5468dbaaf1
commit 362d143737

View File

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