Fix description of FilenameInvalid

Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
This commit is contained in:
Josh Triplett 2022-01-31 09:17:34 -08:00 committed by Yuki Okushi
parent cc9407924d
commit 861f3c70a2
No known key found for this signature in database
GPG Key ID: DABA5B072961C18A

View File

@ -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",