summaryrefslogtreecommitdiff
path: root/src/io
diff options
context:
space:
mode:
Diffstat (limited to 'src/io')
-rw-r--r--src/io/timed_cache.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/timed_cache.erl b/src/io/timed_cache.erl
index 8fa2861..66ed737 100644
--- a/src/io/timed_cache.erl
+++ b/src/io/timed_cache.erl
@@ -88,7 +88,7 @@ fetch (DB, Owner, ObjectID) ->
end.
invalidate (DB, Owner, ObjectID) ->
- case ets:lookup(db, {Owner, ObjectID}) of
+ case ets:lookup(DB, {Owner, ObjectID}) of
[] ->
io:format
(