diff --git a/uwsgidecorators.py b/uwsgidecorators.py index 6b5a5947..d4464367 100644 --- a/uwsgidecorators.py +++ b/uwsgidecorators.py @@ -5,7 +5,7 @@ if uwsgi.masterpid() == 0: raise Exception("you have to enable the uWSGI master process to use this module") if uwsgi.opt.get('lazy'): - raise Exception("uWSGI lazy mode is not supporte by this module") + raise Exception("uWSGI lazy mode is not supported by this module") spooler_functions = {} postfork_chain = []