Skip to content

Commit e06953f

Browse files
Owen-CH-Leungkonstin
authored andcommitted
Fix failing codespell CI jobs
1 parent 22f5885 commit e06953f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ fn pep517(subcommand: Pep517Command) -> Result<()> {
279279
assert_eq!(build_options.interpreter.len(), 1);
280280
#[cfg(feature = "rustls")]
281281
if !BuildContext::is_toolchain_installed() {
282-
let home_dir = home_dir().context("Unabel to get user home directory")?;
282+
let home_dir = home_dir().context("Unable to get user home directory")?;
283283
let home_dir_str = home_dir
284284
.to_str()
285285
.context("Unable to convert home directory string")?;

0 commit comments

Comments
 (0)