edje: fix typos in NEWS
authorjihoon <jihoon>
Mon, 16 Apr 2012 07:33:39 +0000 (07:33 +0000)
committerjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Apr 2012 07:33:39 +0000 (07:33 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@70223 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

NEWS

diff --git a/NEWS b/NEWS
index 9dea452..c0bea7c 100644 (file)
--- a/NEWS
+++ b/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)