From: caro Date: Wed, 1 Sep 2010 06:48:52 +0000 (+0000) Subject: typo X-Git-Tag: 2.0_alpha~70^2~365 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d03865ed05f9daa34cd195093ca8a7d4b3049072;p=framework%2Fuifw%2Feina.git typo git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@51799 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/eina_module.c b/src/lib/eina_module.c index 656a703..72e51f0 100644 --- a/src/lib/eina_module.c +++ b/src/lib/eina_module.c @@ -619,7 +619,7 @@ EAPI Eina_Array *eina_module_arch_list_get(Eina_Array *array, * * This function adds to @p array the list of modules found in * @p path. If @p recursive is #EINA_TRUE, then recursive search is - * done. The callback @p cb is called on each file found, and @p data + * done. The callback @p cb is called on each module found, and @p data * is passed to @p cb. If @p path is @c NULL, the function returns * immediatly @p array. If the returned value of @p cb is 0, the * module will not be added to the list, otherwise it will be added.