* eina/src/lib/eina_array.c: Fix small typo.
authorcedric <cedric>
Tue, 3 Feb 2009 13:20:30 +0000 (13:20 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 3 Feb 2009 13:20:30 +0000 (13:20 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38921 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_array.c

index 71ac83b..45eadb6 100644 (file)
@@ -309,7 +309,7 @@ eina_array_grow(Eina_Array *array)
  * The Array data type in Eina is designed to have a very fast access to
  * its data (compared to the Eina @ref Eina_List_Group). On the other hand,
  * data can be added or removed only at the end of the array. To insert
- * data at any place, he Eina @ref Eina_List_Group is the correct container
+ * data at any place, the Eina @ref Eina_List_Group is the correct container
  * to use.
  *
  * To use the array data type, eina_array_init() must be called before