diff options
author | Marton Balint <cus@passwd.hu> | 2015-12-09 21:45:54 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2015-12-18 04:04:14 +0100 |
commit | b25adbaaf67f5882b6f75e3b9b35122777161fd2 (patch) | |
tree | 9544f02721555fe2cf09fbbf14d911577be38d38 /doc | |
parent | c8ea57664fe3ad611c9ecd234670544ddff7ca55 (diff) | |
download | ffmpeg-b25adbaaf67f5882b6f75e3b9b35122777161fd2.tar.gz |
doc/errno: fix description typo for ENAMETOOLONG
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/errno.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/errno.txt b/doc/errno.txt index 31cab26fc2..933a4de51e 100644 --- a/doc/errno.txt +++ b/doc/errno.txt @@ -76,7 +76,7 @@ EMFILE POSIX ++++++ Too many open files EMLINK POSIX ++++++ Too many links EMSGSIZE POSIX +++..+ Message too long EMULTIHOP POSIX ++4... Multihop attempted -ENAMETOOLONG POSIX - ++++++ Filen ame too long +ENAMETOOLONG POSIX - ++++++ File name too long ENAVAIL +..... No XENIX semaphores available ENEEDAUTH .++... Need authenticator ENETDOWN POSIX +++..+ Network is down |