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:
parent
30adc8e037
commit
1f50df2af6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue