aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/p5-LJ-Cache
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-25 04:29:39 +0800
committerdd <dd@FreeBSD.org>2001-06-25 04:29:39 +0800
commita22214cd93523177e47cd605d44dde3ea14857df (patch)
treee59628b2feefbb62421c7620d6090f5f700c3e73 /sysutils/p5-LJ-Cache
parent7e1a6ca89336c5adc6aa1e4ba8d2cb64f522ac77 (diff)
downloadfreebsd-ports-gnome-a22214cd93523177e47cd605d44dde3ea14857df.tar.gz
freebsd-ports-gnome-a22214cd93523177e47cd605d44dde3ea14857df.tar.zst
freebsd-ports-gnome-a22214cd93523177e47cd605d44dde3ea14857df.zip
Remove duplicate words where appropriate.
Approved by: sobomax, obrien
Diffstat (limited to 'sysutils/p5-LJ-Cache')
-rw-r--r--sysutils/p5-LJ-Cache/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/p5-LJ-Cache/pkg-descr b/sysutils/p5-LJ-Cache/pkg-descr
index 3eed991e718f..799c3f125606 100644
--- a/sysutils/p5-LJ-Cache/pkg-descr
+++ b/sysutils/p5-LJ-Cache/pkg-descr
@@ -1,6 +1,6 @@
This class implements an LRU dictionary cache. The two operations on it are
get() and set(), both of which promote the key being referenced to the ``top''
-of the cache, so it will stay alive longest. When the cache is full and and a
+of the cache, so it will stay alive longest. When the cache is full and a
new item needs to be added, the oldest one is thrown away. You should be able
to regenerate the data at any time, if get() returns undef. This class is
useful for caching information from a slower data source while also keeping