# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 05:11:54 # Node ID 784d28c9e86ee4b4a8e40aea77312957ba4a593a # Parent 4a6cb94a33c8e5dfa9910111e1a64e8256cc8940 spelling: depending diff --git a/kallithea/lib/utils.py b/kallithea/lib/utils.py --- a/kallithea/lib/utils.py +++ b/kallithea/lib/utils.py @@ -856,7 +856,7 @@ def conditional_cache(region, prefix, co #heavy computation function return data - # denpending from condition the compute is wrapped in cache or not + # depending from condition the compute is wrapped in cache or not compute = conditional_cache('short_term', 'cache_desc', condition=True, func=func) return compute(arg)