File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ impl symBuilder {
403403 modPath = filepath::Dir(modPath)
404404
405405 // Join filepath with the absolute module path and
406- // make sure we have an absolue path to the package.
406+ // make sure we have an absolute path to the package.
407407 filepath = filepath::Join(modPath, filepath)
408408 filepath = filepath::Abs(filepath) else {
409409 self.pushErr(decl.Path, log::UseNotFound, decl.Path.Kind)
@@ -802,7 +802,7 @@ fn getModName(importer: Importer): str {
802802// Returns "." if module path is empty.
803803fn getModNameFromPath(path: str): str {
804804 // This path is the absolute path, it should be.
805- // So, the module name is the base name of the absolue module path.
805+ // So, the module name is the base name of the absolute module path.
806806 //
807807 // Example:
808808 // "foo" -> "foo"
You can’t perform that action at this time.
0 commit comments