Fix docs a bit, I hope.

SVN revision: 54322
This commit is contained in:
Iván Briano 2010-11-08 12:00:45 +00:00
parent f575ca46b6
commit e844adeda7
1 changed files with 4 additions and 4 deletions

View File

@ -268,10 +268,10 @@ eet_open(const char *file,
Eet_File_Mode mode);
/**
* Open an eet file directly from a memory location. The data are not copied,
* so you must keep them around as long as the eet file is open. Their is
* currently no cache for this kind of Eet_File, so it's reopen every time
* you do use eet_memopen_read.
* Open an eet file directly from a memory location. The data is not copied,
* so you must keep it around as long as the eet file is open. There is
* currently no cache for this kind of Eet_File, so it's reopened every time
* you use eet_memopen_read.
*
* @since 1.1.0
* @ingroup Eet_File_Group