From ba8ab54d156b74239da0c60e89eb8a7eb3abaeda Mon Sep 17 00:00:00 2001 From: raster Date: Sun, 4 Mar 2012 11:10:51 +0000 Subject: [PATCH] =?utf8?q?From:=20J=C3=A9r=C3=B4me=20Pinot=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit minor spelling fix git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@68656 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Eet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Eet.h b/src/lib/Eet.h index c87abbe..7495090 100644 --- a/src/lib/Eet.h +++ b/src/lib/Eet.h @@ -30,7 +30,7 @@ Eet is extremely fast, small and simple. Eet files can be very small and highly compressed, making them very optimal for just sending across the internet without having to archive, compress or decompress and install them. - They allow for lightning-fast random-acess reads once created, making them + They allow for lightning-fast random-access reads once created, making them perfect for storing data that is written once (or rarely) and read many times, but the program does not want to have to read it all in at once. -- 2.7.4