# HG changeset patch # User timeless@gmail.com # Date 1462252314 0 # Node ID 784d28c9e86ee4b4a8e40aea77312957ba4a593a # Parent 4a6cb94a33c8e5dfa9910111e1a64e8256cc8940 spelling: depending diff -r 4a6cb94a33c8 -r 784d28c9e86e kallithea/lib/utils.py --- a/kallithea/lib/utils.py Tue May 03 05:11:32 2016 +0000 +++ b/kallithea/lib/utils.py Tue May 03 05:11:54 2016 +0000 @@ -856,7 +856,7 @@ #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)