Fix description of FilenameInvalid
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
This commit is contained in:
parent
cc9407924d
commit
861f3c70a2
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ impl ErrorKind {
|
|||
DirectoryNotEmpty => "directory not empty",
|
||||
ExecutableFileBusy => "executable file busy",
|
||||
FileTooLarge => "file too large",
|
||||
FilenameInvalid => "filename too long",
|
||||
FilenameInvalid => "filename invalid",
|
||||
FilesystemLoop => "filesystem loop or indirection limit (e.g. symlink loop)",
|
||||
FilesystemQuotaExceeded => "filesystem quota exceeded",
|
||||
HostUnreachable => "host unreachable",
|
||||
|
|
Loading…
Add table
Reference in a new issue