Skip to content

Commit 0583ae0

Browse files
committed
spelling: resolving
Signed-off-by: Josh Soref <[email protected]>
1 parent 0e1cb01 commit 0583ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parse/session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ impl ParseSess {
202202
) -> Result<ModulePathSuccess, ModError<'_>> {
203203
rustc_expand::module::default_submod_path(&self.parse_sess, id, relative, dir_path).or_else(
204204
|e| {
205-
// If resloving a module relative to {dir_path}/{symbol} fails because a file
205+
// If resolving a module relative to {dir_path}/{symbol} fails because a file
206206
// could not be found, then try to resolve the module relative to {dir_path}.
207207
// If we still can't find the module after searching for it in {dir_path},
208208
// surface the original error.

0 commit comments

Comments
 (0)