changeset 5834:784d28c9e86e

spelling: depending
author timeless@gmail.com
date Tue, 03 May 2016 05:11:54 +0000
parents 4a6cb94a33c8
children e45f5dbc2533
files kallithea/lib/utils.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)