We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f5885 commit e06953fCopy full SHA for e06953f
src/main.rs
@@ -279,7 +279,7 @@ fn pep517(subcommand: Pep517Command) -> Result<()> {
279
assert_eq!(build_options.interpreter.len(), 1);
280
#[cfg(feature = "rustls")]
281
if !BuildContext::is_toolchain_installed() {
282
- let home_dir = home_dir().context("Unabel to get user home directory")?;
+ let home_dir = home_dir().context("Unable to get user home directory")?;
283
let home_dir_str = home_dir
284
.to_str()
285
.context("Unable to convert home directory string")?;
0 commit comments