Skip to content

Commit

Permalink
Fix typo in COMPAT_MODULES
Browse files Browse the repository at this point in the history
(Fixing this since I happened to came across it)
  • Loading branch information
gthb authored and ask committed Feb 12, 2015
1 parent b3faec8 commit 6f570aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celery/five.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def _compat_periodic_task_decorator(*args, **kwargs):
'log': {
'get_default_logger': 'log.get_default_logger',
'setup_logger': 'log.setup_logger',
'setup_loggig_subsystem': 'log.setup_logging_subsystem',
'setup_logging_subsystem': 'log.setup_logging_subsystem',
'redirect_stdouts_to_logger': 'log.redirect_stdouts_to_logger',
},
'messaging': {
Expand Down

0 comments on commit 6f570aa

Please sign in to comment.