aboutsummaryrefslogtreecommitdiff
path: root/devel/eet
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
commita249020977a2394eb6f6b41a59e49167878d5f8d (patch)
tree5d607d247327f1beb39661a2ddfb9b78f6f2cd45 /devel/eet
parent75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff)
downloadports-a249020977a2394eb6f6b41a59e49167878d5f8d.tar.gz
ports-a249020977a2394eb6f6b41a59e49167878d5f8d.zip
Notes
Diffstat (limited to 'devel/eet')
-rw-r--r--devel/eet/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/eet/pkg-descr b/devel/eet/pkg-descr
index 87f0546a2101..d7d3fde946c2 100644
--- a/devel/eet/pkg-descr
+++ b/devel/eet/pkg-descr
@@ -1,4 +1,4 @@
-Eet is a tiny library designed to write an arbitary set of chunks of
+Eet is a tiny library designed to write an arbitrary set of chunks of
data to a file and optionally compress each chunk (very much like a
zip file) and allow fast random-access reading of the file later
on. It does not do zip as a zip itself has more complexity than is