From 45bb124200ffe56aa2b5118ce989d975767daf03 Mon Sep 17 00:00:00 2001 From: "roberto@debian32" Date: Fri, 29 Jul 2011 10:04:10 +0200 Subject: [PATCH] fixed a typo --- uwsgidecorators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []