From 74aada477d30000e6ac65f94700daee685b344f1 Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Sun, 24 Jun 2001 20:29:39 +0000
Subject: Remove duplicate words where appropriate.
Approved by: sobomax, obrien
---
sysutils/p5-LJ-Cache/pkg-descr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'sysutils')
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
--
cgit v1.2.3