Skip to content

Commit 25ac421

Browse files
authored
Fix typo (andrewhickman#57)
1 parent c18ebbe commit 25ac421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ impl fmt::Display for Error {
8888
E::SymlinkMetadata => {
8989
write!(formatter, "failed to query metadata of symlink `{}`", path)
9090
}
91-
E::FileExists => write!(formatter, "failed to check file existance `{}`", path),
91+
E::FileExists => write!(formatter, "failed to check file existence `{}`", path),
9292

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

0 commit comments

Comments
 (0)