From 5ee58fab59f0fd8d0cb53d979b978ca614a46b8c Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sun, 3 Oct 2010 01:44:21 +0000 Subject: [PATCH] Fix some misspellings. SVN revision: 52990 --- legacy/evas/src/lib/Evas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index b6165f9adb..679098b6e1 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -987,7 +987,7 @@ typedef void (*Evas_Async_Events_Put_Cb)(void *target, Evas_Callback_Type t * @defgroup Evas_Object_Group_Size_Hints Size Hints * * Objects may carry hints so another object that acts as a manager - * (see @ref Evas_Smart_Object_Group) may know how to proper position + * (see @ref Evas_Smart_Object_Group) may know how to properly position * and resize the object. The Size Hints provide a common interface * that is recommended as the protocol for such information. *