1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Fixed spelling error

This commit is contained in:
Pat Laster 2022-10-08 16:47:27 -05:00
parent 30adc8e037
commit 1f50df2af6

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;