Fixed spelling error

This commit is contained in:
Pat Laster
2022-10-13 20:03:35 -05:00
parent 30adc8e037
commit 1f50df2af6
+1 -1
View File
@@ -530,7 +530,7 @@ fn handle_writable_directory(path: &Path, options: &Options, metadata: &Metadata
}
}
// For windows we can use windows metadata trait and file attirubtes to see if a directory is readonly
// For windows we can use windows metadata trait and file attributes to see if a directory is readonly
#[cfg(windows)]
fn handle_writable_directory(path: &Path, options: &Options, metadata: &Metadata) -> bool {
use std::os::windows::prelude::MetadataExt;