Skip to content

Commit

Permalink
Fix failing codespell CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen-CH-Leung committed Aug 13, 2024
1 parent 136fee2 commit 908bec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ fn pep517(subcommand: Pep517Command) -> Result<()> {
assert_eq!(build_options.interpreter.len(), 1);
#[cfg(feature = "rustls")]
if !BuildContext::is_toolchain_installed() {
let home_dir = home_dir().context("Unabel to get user home directory")?;
let home_dir = home_dir().context("Unable to get user home directory")?;
let home_dir_str = home_dir
.to_str()
.context("Unable to convert home directory string")?;
Expand Down

0 comments on commit 908bec0

Please sign in to comment.