mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Fixed spelling error
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user