summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-06-22 18:21:01 +0000
committerStefan Schmidt <s.schmidt@samsung.com>2020-07-06 10:52:51 +0200
commit2c8baa76f1c4dfaf36cc0d26cd0a979b75349f2b (patch)
treedf8af543c84fb8e0d898d7cf930b22a98c5a083e /old
parent9170072d472cf731aba948735fee66716602461f (diff)
downloadefl-2c8baa76f1c4dfaf36cc0d26cd0a979b75349f2b.tar.gz
Fix typos - (Part #3)
Fix some typos Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org> Differential Revision: https://phab.enlightenment.org/D12017
Diffstat (limited to 'old')
-rw-r--r--old/ChangeLog.eet2
-rw-r--r--old/ChangeLog.evas4
-rw-r--r--old/NEWS.evas2
3 files changed, 4 insertions, 4 deletions
diff --git a/old/ChangeLog.eet b/old/ChangeLog.eet
index 1f29bdac31..e90308bd77 100644
--- a/old/ChangeLog.eet
+++ b/old/ChangeLog.eet
@@ -544,7 +544,7 @@
2011-11-16 Carsten Haitzler (The Rasterman)
* JPEG encode and decode in eet now uses ISLOW (not IFAST) due to
- noticable quality losses in the chase for speed. It will use
+ noticeable quality losses in the chase for speed. It will use
IFAST for quality less than 60 when encoding
2011-12-02 Carsten Haitzler (The Rasterman)
diff --git a/old/ChangeLog.evas b/old/ChangeLog.evas
index 4b81090e92..0b9a353652 100644
--- a/old/ChangeLog.evas
+++ b/old/ChangeLog.evas
@@ -502,7 +502,7 @@
2011-11-16 Carsten Haitzler (The Rasterman)
* JPEG encode and decode in eet now uses ISLOW (not IFAST) due to
- noticable quality losses in the chase for speed. It will use
+ noticeable quality losses in the chase for speed. It will use
IFAST for quality less than 60 when encoding
2011-11-20 Carsten Haitzler (The Rasterman)
@@ -808,7 +808,7 @@
2012-06-14 Cedric Bail
- * Cache convertion from Evas_Map to RGBA_Map.
+ * Cache conversion from Evas_Map to RGBA_Map.
2012-06-15 Vincent Torri
diff --git a/old/NEWS.evas b/old/NEWS.evas
index 3cc32ad5fa..cdb93ca51a 100644
--- a/old/NEWS.evas
+++ b/old/NEWS.evas
@@ -60,7 +60,7 @@ Improvements:
* Reduce cost of propagating event by limiting the object we explore by using a bouncing box.
* Don't wake up prepare thread if there is nothing to prepare.
* Limit the updated region to fit in CPU cache for Pipe rendering.
- * Cache convertion from Evas_Map to RGBA_Map.
+ * Cache conversion from Evas_Map to RGBA_Map.
* evas_object_smart_members_get() now returns NULL on non-smart objects.
* Pipeline rendering use prepare stage more extensively.
* Properly warn when user try to link object from different canvas.