Fix docs a bit, I hope.
authorsachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 8 Nov 2010 12:00:45 +0000 (12:00 +0000)
committersachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 8 Nov 2010 12:00:45 +0000 (12:00 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@54322 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Eet.h

index 7a97368..68d942a 100644 (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