From eeb53222d0f97be6d914cde53f4195b258955793 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Wed, 9 Apr 2014 15:48:41 +0100 Subject: [PATCH] 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 66c05948cc..dd786b0643 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.