From c85dffafd8c94e98a7a53a883d20eb460f81f684 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 1 Sep 2010 06:48:52 +0000 Subject: [PATCH] typo SVN revision: 51799 --- legacy/eina/src/lib/eina_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eina/src/lib/eina_module.c b/legacy/eina/src/lib/eina_module.c index 656a703023..72e51f05ad 100644 --- a/legacy/eina/src/lib/eina_module.c +++ b/legacy/eina/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.