fixed a typo

This commit is contained in:
roberto@debian32
2011-07-29 10:04:10 +02:00
parent 147af04342
commit 45bb124200
+1 -1
View File
@@ -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 = []