diff --git a/dsymbol b/dsymbol index 5d66473..05439bb 160000 --- a/dsymbol +++ b/dsymbol @@ -1 +1 @@ -Subproject commit 5d66473c37a486f92249f55ed3d51afdc0fd0449 +Subproject commit 05439bb691e8130f2ff75797fa79df5146c5d729 diff --git a/src/server/autocomplete.d b/src/server/autocomplete.d index 7d76cdc..98baee9 100644 --- a/src/server/autocomplete.d +++ b/src/server/autocomplete.d @@ -528,7 +528,7 @@ body } } - string resolvedLocation = ModuleCache.resolveImportLoctation(path); + string resolvedLocation = ModuleCache.resolveImportLocation(path); if (resolvedLocation is null) { warning("Could not resolve location of ", path);