summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIván Briano <sachieru@gmail.com>2010-11-08 12:00:45 +0000
committerIván Briano <sachieru@gmail.com>2010-11-08 12:00:45 +0000
commitb2816dd4fdf6a82723a1af2d06b6b142a5e97b71 (patch)
tree8853c4e1e7bf36d3f552a08ac2c690e82421e387
parent8e9cdd11a684c8d7d909f868b674ba4ec6596755 (diff)
downloadeet-b2816dd4fdf6a82723a1af2d06b6b142a5e97b71.tar.gz
Fix docs a bit, I hope.
SVN revision: 54322
-rw-r--r--src/lib/Eet.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/Eet.h b/src/lib/Eet.h
index 7a97368..68d942a 100644
--- a/src/lib/Eet.h
+++ b/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