From: devilhorns Date: Fri, 11 Dec 2009 20:51:45 +0000 (+0000) Subject: Fix typo. X-Git-Tag: submit/trunk/20120815.174732~3034 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ddb2cd4cfc8abee9096208b368260f726bbc635;p=profile%2Fivi%2Fevas.git Fix typo. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@44381 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Evas.h b/src/lib/Evas.h index 91edd52..03eceac 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -265,7 +265,7 @@ struct _Evas_Native_Surface #define EVAS_TEXTURE_RESTRICT_REPEAT 4 /**< tiling clamps and any range offset repeats */ #define EVAS_TEXTURE_PAD 5 /**< tiling extends with end values */ -#define EVAS_HINT_EXPAND 1.0 /**< Use with evas_object_size_hint_weight_set(), evas_object_size_hint_eight_get() */ +#define EVAS_HINT_EXPAND 1.0 /**< Use with evas_object_size_hint_weight_set(), evas_object_size_hint_weight_get() */ #define EVAS_HINT_FILL -1.0 /**< Use with evas_object_size_hint_align_set(), evas_object_size_hint_align_get(), evas_object_size_hint_fill_set(), evas_object_size_hint_fill_get() */ #define evas_object_size_hint_fill_set evas_object_size_hint_align_set /**< Convenience macro to make it easier to understand that align is also used for fill properties (as fill is mutually exclusive to align) */ #define evas_object_size_hint_fill_get evas_object_size_hint_align_get /**< Convenience macro to make it easier to understand that align is also used for fill properties (as fill is mutually exclusive to align) */