eina_file: fix a typo error
authorWonki Kim <wonki_.kim@samsung.com>
Mon, 16 Mar 2020 07:24:24 +0000 (07:24 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 17 Mar 2020 21:36:30 +0000 (06:36 +0900)
'sefl' is definitely a typo
this patch fixes it

Reviewed-by: Shinwoo Kim <cinoo.kim@samsung.com>
Differential Revision: https://phab.enlightenment.org/D11510

src/lib/eina/eina_file.c

index bc656233aca688a1b507bac18aafca75a9bc6dab..0d9486568f02483ab907c4656e89f7a219391215 100644 (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)
      {