summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2017-07-12 11:15:57 -0500
committerPaul J. Davis <paul.joseph.davis@gmail.com>2017-07-19 11:11:42 -0500
commitc850ec514fd022eb7a83eedb84cb2a1bf2efb813 (patch)
tree9dc7d6ad651d3e0b99d52478730402cae8b50902
parent1b4cbf2fea120ed30fe1adb65e216b695ce7a887 (diff)
downloadcouchdb-c850ec514fd022eb7a83eedb84cb2a1bf2efb813.tar.gz
FIXUP: Tyypoo
-rw-r--r--src/ddoc_cache/src/ddoc_cache_entry.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ddoc_cache/src/ddoc_cache_entry.erl b/src/ddoc_cache/src/ddoc_cache_entry.erl
index 85108e7ba..63a2efa84 100644
--- a/src/ddoc_cache/src/ddoc_cache_entry.erl
+++ b/src/ddoc_cache/src/ddoc_cache_entry.erl
@@ -199,7 +199,7 @@ handle_cast(force_refresh, St) ->
% We remove the cache entry value so that any
% new client comes to us for the refreshed
% value.
- true = ets:update_element(?CACHE, St#st.key, {#entry.value, undefined}),
+ true = ets:update_element(?CACHE, St#st.key, {#entry.val, undefined}),
handle_cast(refresh, NewSt);
handle_cast(refresh, #st{accessed = 0} = St) ->