We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83338b commit 5430956Copy full SHA for 5430956
src/cargo/util/mod.rs
@@ -157,7 +157,7 @@ pub fn try_canonicalize<P: AsRef<Path>>(path: P) -> std::io::Result<PathBuf> {
157
return Err(Error::new(ErrorKind::NotFound, "the path was not found"));
158
}
159
160
- // This code is based on the unstable `std::path::aboslute` and could be replaced with it
+ // This code is based on the unstable `std::path::absolute` and could be replaced with it
161
// if it's stabilized.
162
163
let path = path.as_ref().as_os_str();
0 commit comments