summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérôme Pinot <ngc891@gmail.com>2012-03-04 11:10:51 +0000
committerCarsten Haitzler <raster@rasterman.com>2012-03-04 11:10:51 +0000
commit572edb1441f5d688073f8ba7c0addc1707f3814a (patch)
tree64ad543f03513866aa1b712549c9c9455b56a067
parentd3e7a5a63820b6a757e2a721103ae0c951c929ab (diff)
downloadeet-572edb1441f5d688073f8ba7c0addc1707f3814a.tar.gz
From: Jérôme Pinot <ngc891@gmail.com>
minor spelling fix SVN revision: 68656
-rw-r--r--src/lib/Eet.h2
1 files changed, 1 insertions, 1 deletions
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.