From 96560f88514deb53295fe8c35c5076e5cd76e97b Mon Sep 17 00:00:00 2001 From: cedric Date: Tue, 3 Feb 2009 13:20:30 +0000 Subject: [PATCH] * eina/src/lib/eina_array.c: Fix small typo. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@38921 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/eina_array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eina_array.c b/src/lib/eina_array.c index 71ac83b..45eadb6 100644 --- a/src/lib/eina_array.c +++ b/src/lib/eina_array.c @@ -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 -- 2.7.4