From 64c3583168bbd9caf4d9093cc4491ce33fa0774b Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Thu, 31 May 2012 23:02:49 +0000 Subject: [PATCH] evas examples.dox: Fixed typo. SVN revision: 71610 --- legacy/evas/doc/examples.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/doc/examples.dox b/legacy/evas/doc/examples.dox index c21eecea58..21e52d67c1 100644 --- a/legacy/evas/doc/examples.dox +++ b/legacy/evas/doc/examples.dox @@ -782,7 +782,7 @@ * @skip add a new example smart object to a canvas * @until } * - * Smart objects are define by smart classes, which are structs + * Smart objects are defined by smart classes, which are structs * defining their interfaces, or smart functions (see * #Evas_Smart_Class, the base class for any smart object). As you * see, one has to use the evas_object_smart_add() function to