From e844adeda78699edb9bb972a478392ab3c49478d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Briano?= Date: Mon, 8 Nov 2010 12:00:45 +0000 Subject: [PATCH] Fix docs a bit, I hope. SVN revision: 54322 --- legacy/eet/src/lib/Eet.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/legacy/eet/src/lib/Eet.h b/legacy/eet/src/lib/Eet.h index 7a9736839d..68d942a6b5 100644 --- a/legacy/eet/src/lib/Eet.h +++ b/legacy/eet/src/lib/Eet.h @@ -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