eina_file: fix a typo error

'sefl' is definitely a typo
this patch fixes it

Reviewed-by: Shinwoo Kim <cinoo.kim@samsung.com>
Differential Revision: https://phab.enlightenment.org/D11510
This commit is contained in:
Wonki Kim 2020-03-16 07:24:24 +00:00 committed by Marcel Hollerbach
parent c4e1de9854
commit 770e3cae4a
1 changed files with 1 additions and 1 deletions

View File

@ -1261,7 +1261,7 @@ eina_file_close_from(int fd, int *except_fd)
#ifdef HAVE_DIRENT_H
DIR *dir;
dir = opendir("/proc/sefl/fd");
dir = opendir("/proc/self/fd");
if (!dir) dir = opendir("/dev/fd");
if (dir)
{