From: Christopher Michael Date: Tue, 8 Jan 2013 14:12:11 +0000 (+0000) Subject: Fix doxygen typo. X-Git-Tag: submit/efl/20131015.063327~2429 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19b5f5a1b54d1d4ef7b26e91d20dc8c401e9ff65;p=platform%2Fupstream%2Fefl.git Fix doxygen typo. Signed-off-by: Christopher Michael SVN revision: 82416 --- diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h index 01d94eb941..875fca940a 100644 --- a/src/lib/eo/Eo.h +++ b/src/lib/eo/Eo.h @@ -234,7 +234,7 @@ typedef struct _Eo_Event_Description Eo_Event_Description; * @param class_get_func_name the name of the wanted class_get function name. * @param class_desc the class description. * @param parent_class The parent class for the function. Look at eo_class_new() for more information. - * @param ... List of etxensions. Look at eo_class_new() for more information. + * @param ... List of extensions. Look at eo_class_new() for more information. * * You must use this macro if you want thread safety in class creation. */