q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=eeb53222d0f97be6d914cde53f4195b258955793
commit eeb53222d0f97be6d914cde53f4195b258955793 Author: Daniel Kolesa <[email protected]> Date: Wed Apr 9 15:48:41 2014 +0100 eina: a highly irritating error in eina_file documentation --- src/lib/eina/eina_file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eina/eina_file.h b/src/lib/eina/eina_file.h index 66c0594..dd786b0 100644 --- a/src/lib/eina/eina_file.h +++ b/src/lib/eina/eina_file.h @@ -656,7 +656,7 @@ eina_file_map_populate(Eina_File *file, Eina_File_Populate rule, const void *map EAPI Eina_Iterator *eina_file_map_lines(Eina_File *file); /** - * @brief Tell if their was an IO error during the life of a mmaped file + * @brief Tell if there was an IO error during the life of a mmaped file * * @param file The file handler to the mmaped file. * @param map Memory map to check if an error occurred on it. --
