mirror of
https://github.com/eza-community/eza.git
synced 2025-12-23 05:36:50 +00:00
fix: typo
This commit is contained in:
parent
6221a63b99
commit
8285837eca
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ impl<'dir> File<'dir> {
|
|||
/// the current file. It does not perform any validation to check if the
|
||||
/// file is actually a directory. To verify that, use `is_directory()`.
|
||||
pub fn to_dir(&self) -> Dir {
|
||||
trace!("read_dir: initializating dir form path");
|
||||
trace!("read_dir: initializating dir from path");
|
||||
Dir::new(self.path.clone())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue