Skip to content

Commit

Permalink
Fix typo (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
nc7s authored Jul 14, 2024
1 parent c18ebbe commit 25ac421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ impl fmt::Display for Error {
E::SymlinkMetadata => {
write!(formatter, "failed to query metadata of symlink `{}`", path)
}
E::FileExists => write!(formatter, "failed to check file existance `{}`", path),
E::FileExists => write!(formatter, "failed to check file existence `{}`", path),

#[cfg(windows)]
E::SeekRead => write!(formatter, "failed to seek and read from `{}`", path),
Expand Down

0 comments on commit 25ac421

Please sign in to comment.