Skip to content

Commit 5430956

Browse files
authored
Fix misspelling
1 parent e83338b commit 5430956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ pub fn try_canonicalize<P: AsRef<Path>>(path: P) -> std::io::Result<PathBuf> {
157157
return Err(Error::new(ErrorKind::NotFound, "the path was not found"));
158158
}
159159

160-
// This code is based on the unstable `std::path::aboslute` and could be replaced with it
160+
// This code is based on the unstable `std::path::absolute` and could be replaced with it
161161
// if it's stabilized.
162162

163163
let path = path.as_ref().as_os_str();

0 commit comments

Comments
 (0)