diff --git a/ckan/lib/celery_app.py b/ckan/lib/celery_app.py index cf931bc6f41..f95fcae3447 100644 --- a/ckan/lib/celery_app.py +++ b/ckan/lib/celery_app.py @@ -57,7 +57,7 @@ except ConfigParser.NoSectionError: pass -# Thes update of configuration means it is only possible to set each +# Thes update of configuration means it is only possible to set each # key once so this is done once all of the options have been decided. celery.conf.update(default_config) celery.loader.conf.update(default_config)