From 4d8d58fda953d7eed61393023b1afdba11802b46 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 16 Apr 2012 07:33:39 +0000 Subject: [PATCH] edje: fix typos in NEWS SVN revision: 70223 --- legacy/edje/NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/edje/NEWS b/legacy/edje/NEWS index 9dea452ca3..c0bea7c986 100644 --- a/legacy/edje/NEWS +++ b/legacy/edje/NEWS @@ -42,7 +42,7 @@ Improvements: * reduce number of call to stat during edje_object_file_set. * unswallow object about to be swallowed if necessary. * Lua scripts now more resilient against API changes. - * edje_cc only store the image activelly used in an edje file. + * edje_cc only store the image actively used in an edje file. * reduction in part walking. * check group existence at edje_cc time. * edje_object_part_text_cursor_content_get() prototype fixed. @@ -63,7 +63,7 @@ Fixes: * edje_object_part_text_input_panel_enabled_set/get if IMF doesn't exist. * EDJE_CALC_CACHE issues and when using relative to_x/y on separate parts. * filter preventing any action being triggered. - * singal propagation when matching target GROUP exists. + * signal propagation when matching target GROUP exists. * correctly count and propagate preload signal with GROUP * rotation with fixed point * propagate scale factor to GROUPS @@ -80,7 +80,7 @@ Additions: * edje_object_part_text_cursor_pos_set/get() * size_range propert to TEXT parts * proxy parts so part can source other parts including swallows - * suport explicit shadow direction with added effect param + * support explicit shadow direction with added effect param * edje_object_part_text_append() * new interpolations: ACCEL_FAC, DECEL_FAC, SIN_FAC, DIVIS, BOUNCE, SPRING * "entry,paste,request,1" signal (primary)