Browse Source

Another typo

Ask Solem 16 years ago
parent
commit
cab196c4e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      celery/backends/base.py

+ 1 - 1
celery/backends/base.py

@@ -80,7 +80,7 @@ class UnpickleableExceptionWrapper(Exception):
 class BaseBackend(object):
     """The base backend class. All backends should inherit from this."""
 
-    UnpickleableExecptionWrapper = UnpickleableExceptionWrapper
+    UnpickleableExceptionWrapper = UnpickleableExceptionWrapper
 
     def store_result(self, task_id, result, status):
         """Store the result and status of a task."""