eina: a highly irritating error in eina_file documentation

This commit is contained in:
Daniel Kolesa 2014-04-09 15:48:41 +01:00
parent 28fd36255b
commit eeb53222d0
1 changed files with 1 additions and 1 deletions

View File

@ -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.