changeset 5828:243017ebb768

spelling: compatibility
author timeless@gmail.com
date Tue, 03 May 2016 05:08:34 +0000
parents c76615e17a27
children f8af224c955f
files kallithea/lib/utils2.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/utils2.py	Tue May 03 05:08:23 2016 +0000
+++ b/kallithea/lib/utils2.py	Tue May 03 05:08:34 2016 +0000
@@ -656,7 +656,7 @@
 
 
 def _set_extras(extras):
-    # RC_SCM_DATA can probably be removed in the future, but for compatibilty now...
+    # RC_SCM_DATA can probably be removed in the future, but for compatibility now...
     os.environ['KALLITHEA_EXTRAS'] = os.environ['RC_SCM_DATA'] = json.dumps(extras)