Fix description of FilenameInvalid
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
This commit is contained in:
parent
cc9407924d
commit
861f3c70a2
@ -382,7 +382,7 @@ pub(crate) fn as_str(&self) -> &'static str {
|
||||
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…
Reference in New Issue
Block a user