From d03865ed05f9daa34cd195093ca8a7d4b3049072 Mon Sep 17 00:00:00 2001 From: caro Date: Wed, 1 Sep 2010 06:48:52 +0000 Subject: [PATCH] typo git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@51799 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/eina_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4